#655CD8

Color #655CD8 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #655CD8

Tints of Slate Blue #655CD8

Color information

#655CD8 (or 0x655CD8) is unknown color: approx Slate Blue. HEX triplet: 65, 5C and D8. RGB value is (101,92,216). Sum of RGB (Red+Green+Blue) = 101+92+216=409 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.69% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 216 (84.77% from 255 or 52.81% from 409); Max value from RGB is 216 - color contains mainly: blue. Hex color #655CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CD8 is #9AA327. Grayscale: #6C6C6C. Windows color (decimal): -10134312 or 14179429. OLE color: 14179429.

HSL color Cylindrical-coordinate representation of color #655CD8: hue angle of 244.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #655CD8 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10192216-
CMYK0.530.5700.15
HSL244.35º61.39%60.39%-
HSV(B)244.35º57.41%84.71%-
XYZ21.5915.3866.8-
YUV108.83188.48122.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 24.69%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 216 (84.77% from 255) = 52.81%
R=24.69%
G=22.49%
B=52.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal101922160.530.5700.15244.3561.3960.39
Hex655CD835390Ff43d3c
Octal14513433065710173647574
Binary11001011011100110110001101011110010111111110100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655CD8; }

 p { color: rgb(101,92,216); }

 H1.HeaderClassName
 {
   color: #655CD8;
 }
 .AnyTagClassName
 {
   color: #655CD8;
 }
</style>
background-color css

<style>
 a { background-color: #655CD8; }

 a { background-color: rgb(101,92,216); }

 div.DivClassName
 {
   background-color: #655CD8;
 }
 .BgClassName
 {
   background-color: #655CD8;
 }
</style>
border-color css

<style>
 span { border-color: #655CD8; }

 span { border-color: rgb(101,92,216); }

 td.TdClassName
 {
   border-color: #655CD8;
 }
 .TagClassName
 {
   border-color: #655CD8;
 }
</style>