Html Css Color HEX #8150CC Slate Blue

📋 copy color: '#8150CC'

red 129 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #8150CC

Tints of Slate Blue #8150CC

RGB

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

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

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

R = 31.23%
G = 19.37%
B = 49.39%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8150CC (or 0x8150CC) is known color: Slate Blue. HEX triplet: 81, 50 and CC. RGB value is (129,80,204). Sum of RGB (Red+Green+Blue) = 129+80+204=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #8150CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150CC is #7EAF33. Grayscale: #6C6C6C. Windows color (decimal): -8302388 or 13389953. OLE color: 13389953.

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

Color convert

RGB 129 80 204 -
CMYK 0.37 0.61 0 0.2
HSL 263.71º 0.55% 0.56% -
HSV(B) 263.71º 0.61% 0.8% -
XYZ 22.82 14.76 58.77 -
YUV 108.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 129 80 204 0.37 0.61 0 0.2 263.71 0.55 0.56
Hex 81 50 CC 25 3D 0 14 108 37 38
Octal 201 120 314 45 75 0 24 410 67 70
Binary 10000001 1010000 11001100 100101 111101 0 10100 100001000 110111 111000

Color Harmonies of #8150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8150CC

Black with #8150CC

Text Example


Text Example

White with #8150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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