#655DCA

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

Shades of Slate Blue #655DCA

Tints of Slate Blue #655DCA

Color information

#655DCA (or 0x655DCA) is unknown color: approx Slate Blue. HEX triplet: 65, 5D and CA. RGB value is (101,93,202). Sum of RGB (Red+Green+Blue) = 101+93+202=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #655DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DCA is #9AA235. Grayscale: #6B6B6B. Windows color (decimal): -10134070 or 13262181. OLE color: 13262181.

HSL color Cylindrical-coordinate representation of color #655DCA: hue angle of 244.4º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655DCA is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10193202-
CMYK0.500.5400.21
HSL244.4º50.7%57.84%-
HSV(B)244.4º53.96%79.22%-
XYZ19.9414.8657.69-
YUV107.82181.15123.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=25.51%
G=23.48%
B=51.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101932020.500.5400.21244.450.757.84
Hex655DCA3236015f4333a
Octal14513531262660253646372
Binary110010110111011100101011001011011001010111110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,93,202); }

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

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

 a { background-color: rgb(101,93,202); }

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

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

 span { border-color: rgb(101,93,202); }

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