#655ACB

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

Shades of Slate Blue #655ACB

Tints of Slate Blue #655ACB

Color information

#655ACB (or 0x655ACB) is unknown color: approx Slate Blue. HEX triplet: 65, 5A and CB. RGB value is (101,90,203). Sum of RGB (Red+Green+Blue) = 101+90+203=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #655ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ACB is #9AA534. Grayscale: #696969. Windows color (decimal): -10134837 or 13326949. OLE color: 13326949.

HSL color Cylindrical-coordinate representation of color #655ACB: hue angle of 245.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655ACB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10190203-
CMYK0.500.5600.20
HSL245.84º52.07%57.45%-
HSV(B)245.84º55.67%79.61%-
XYZ19.814.3958.23-
YUV106.17182.64124.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=25.63%
G=22.84%
B=51.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal101902030.500.5600.20245.8452.0757.45
Hex655ACB3238014f63439
Octal14513231362700243666471
Binary110010110110101100101111001011100001010011110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,90,203); }

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

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

 a { background-color: rgb(101,90,203); }

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

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

 span { border-color: rgb(101,90,203); }

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