Html Css Color HEX #8158CE Slate Blue

📋 copy color: '#8158CE'

red 129 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #8158CE

Tints of Slate Blue #8158CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 30.5%
G = 20.8%
B = 48.7%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8158CE (or 0x8158CE) is known color: Slate Blue. HEX triplet: 81, 58 and CE. RGB value is (129,88,206). Sum of RGB (Red+Green+Blue) = 129+88+206=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #8158CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8158CE is #7EA731. Grayscale: #717171. Windows color (decimal): -8300338 or 13523073. OLE color: 13523073.

HSL color Cylindrical-coordinate representation of color #8158CE: hue angle of 260.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8158CE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 88 206 -
CMYK 0.37 0.57 0 0.19
HSL 260.85º 0.55% 0.58% -
HSV(B) 260.85º 0.57% 0.81% -
XYZ 23.68 16.1 60.25 -
YUV 113.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 129 88 206 0.37 0.57 0 0.19 260.85 0.55 0.58
Hex 81 58 CE 25 39 0 13 105 37 3A
Octal 201 130 316 45 71 0 23 405 67 72
Binary 10000001 1011000 11001110 100101 111001 0 10011 100000101 110111 111010

Color Harmonies of #8158CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8158CE

Black with #8158CE

Text Example


Text Example

White with #8158CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8158CE; }

 p { color: rgb(129,88,206); }

 H1.HeaderClassName
 {
   color: #8158CE;
 }
 .AnyTagClassName
 {
   color: #8158CE;
 }
</style>

background-color css

<style>
 a { background-color: #8158CE; }

 a { background-color: rgb(129,88,206); }

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

border-color css

<style>
 span { border-color: #8158CE; }

 span { border-color: rgb(129,88,206); }

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