Html Css Color HEX #8155CD Slate Blue

📋 copy color: '#8155CD'

red 129 ◦ green 85 ◦ blue 205

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

Shades of Slate Blue #8155CD

Tints of Slate Blue #8155CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 30.79%
G = 20.29%
B = 48.93%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8155CD (or 0x8155CD) is known color: Slate Blue. HEX triplet: 81, 55 and CD. RGB value is (129,85,205). Sum of RGB (Red+Green+Blue) = 129+85+205=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #8155CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155CD is #7EAA32. Grayscale: #6F6F6F. Windows color (decimal): -8301107 or 13456769. OLE color: 13456769.

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

Color convert

RGB 129 85 205 -
CMYK 0.37 0.59 0 0.20
HSL 262º 0.55% 0.57% -
HSV(B) 262º 0.59% 0.8% -
XYZ 23.32 15.57 59.53 -
YUV 111.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 129 85 205 0.37 0.59 0 0.20 262 0.55 0.57
Hex 81 55 CD 25 3B 0 14 106 37 39
Octal 201 125 315 45 73 0 24 406 67 71
Binary 10000001 1010101 11001101 100101 111011 0 10100 100000110 110111 111001

Color Harmonies of #8155CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8155CD

Black with #8155CD

Text Example


Text Example

White with #8155CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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