Html Css Color HEX #8155CC Slate Blue

📋 copy color: '#8155CC'

red 129 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #8155CC

Tints of Slate Blue #8155CC

RGB

 RED value IS 129 (50.78% from 255) = 30.86%

 GREEN value IS 85 (33.59% from 255) = 20.33%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 30.86%
G = 20.33%
B = 48.8%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8155CC (or 0x8155CC) is known color: Slate Blue. HEX triplet: 81, 55 and CC. RGB value is (129,85,204). Sum of RGB (Red+Green+Blue) = 129+85+204=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #8155CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155CC is #7EAA33. Grayscale: #6F6F6F. Windows color (decimal): -8301108 or 13391233. OLE color: 13391233.

HSL color Cylindrical-coordinate representation of color #8155CC: hue angle of 262.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8155CC is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 85 204 -
CMYK 0.37 0.58 0 0.2
HSL 262.18º 0.54% 0.57% -
HSV(B) 262.18º 0.58% 0.8% -
XYZ 23.2 15.52 58.9 -
YUV 111.72 180.08 140.32 -
System Red Green Blue C M Y K H S L
Decimal 129 85 204 0.37 0.58 0 0.2 262.18 0.54 0.57
Hex 81 55 CC 25 3A 0 14 106 36 39
Octal 201 125 314 45 72 0 24 406 66 71
Binary 10000001 1010101 11001100 100101 111010 0 10100 100000110 110110 111001

Color Harmonies of #8155CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155CC

Black with #8155CC

Text Example


Text Example

White with #8155CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8155CC; }

 p { color: rgb(129,85,204); }

 H1.HeaderClassName
 {
   color: #8155CC;
 }
 .AnyTagClassName
 {
   color: #8155CC;
 }
</style>

background-color css

<style>
 a { background-color: #8155CC; }

 a { background-color: rgb(129,85,204); }

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

border-color css

<style>
 span { border-color: #8155CC; }

 span { border-color: rgb(129,85,204); }

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