Html Css Color HEX #8150CE Slate Blue

📋 copy color: '#8150CE'

red 129 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #8150CE

Tints of Slate Blue #8150CE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 31.08%
G = 19.28%
B = 49.64%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8150CE (or 0x8150CE) is known color: Slate Blue. HEX triplet: 81, 50 and CE. RGB value is (129,80,206). Sum of RGB (Red+Green+Blue) = 129+80+206=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #8150CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150CE is #7EAF31. Grayscale: #6C6C6C. Windows color (decimal): -8302386 or 13521025. OLE color: 13521025.

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

Color convert

RGB 129 80 206 -
CMYK 0.37 0.61 0 0.19
HSL 263.33º 0.56% 0.56% -
HSV(B) 263.33º 0.61% 0.81% -
XYZ 23.06 14.86 60.05 -
YUV 109.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 129 80 206 0.37 0.61 0 0.19 263.33 0.56 0.56
Hex 81 50 CE 25 3D 0 13 107 38 38
Octal 201 120 316 45 75 0 23 407 70 70
Binary 10000001 1010000 11001110 100101 111101 0 10011 100000111 111000 111000

Color Harmonies of #8150CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150CE

Black with #8150CE

Text Example


Text Example

White with #8150CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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