Html Css Color HEX #655AC8 Slate Blue

📋 copy color: '#655AC8'

red 101 ◦ green 90 ◦ blue 200

#655AC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #655AC8

Tints of Slate Blue #655AC8

RGB

 RED value IS 101 (39.84% from 255) = 25.83%

 GREEN value IS 90 (35.55% from 255) = 23.02%

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 25.83%
G = 23.02%
B = 51.15%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#655AC8 (or 0x655AC8) is known color: Slate Blue. HEX triplet: 65, 5A and C8. RGB value is (101,90,200). Sum of RGB (Red+Green+Blue) = 101+90+200=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #655AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AC8 is #9AA537. Grayscale: #696969. Windows color (decimal): -10134840 or 13130341. OLE color: 13130341.

HSL color Cylindrical-coordinate representation of color #655AC8: hue angle of 246º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #655AC8 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 101 90 200 -
CMYK 0.49 0.55 0 0.22
HSL 246º 0.5% 0.57% -
HSV(B) 246º 0.55% 0.78% -
XYZ 19.45 14.25 56.37 -
YUV 105.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 101 90 200 0.49 0.55 0 0.22 246 0.5 0.57
Hex 65 5A C8 31 37 0 16 F6 32 39
Octal 145 132 310 61 67 0 26 366 62 71
Binary 1100101 1011010 11001000 110001 110111 0 10110 11110110 110010 111001

Color Harmonies of #655AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AC8

Black with #655AC8

Text Example


Text Example

White with #655AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #655AC8;
 }
 .AnyTagClassName
 {
   color: #655AC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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