#655AC2

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

Shades of Slate Blue #655AC2

Tints of Slate Blue #655AC2

Color information

#655AC2 (or 0x655AC2) is unknown color: approx Slate Blue. HEX triplet: 65, 5A and C2. RGB value is (101,90,194). Sum of RGB (Red+Green+Blue) = 101+90+194=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #655AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC2 is #9AA53D. Grayscale: #686868. Windows color (decimal): -10134846 or 12737125. OLE color: 12737125.

HSL color Cylindrical-coordinate representation of color #655AC2: hue angle of 246.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #655AC2 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10190194-
CMYK0.480.5400.24
HSL246.35º46.02%55.69%-
HSV(B)246.35º53.61%76.08%-
XYZ18.7613.9752.75-
YUV105.14178.14125.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 194 (76.17% from 255) = 50.39%
R=26.23%
G=23.38%
B=50.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101901940.480.5400.24246.3546.0255.69
Hex655AC23036018f62e38
Octal14513230260660303665670
Binary110010110110101100001011000011011001100011110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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