#8150CD

Color #8150CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #8150CD

Tints of Slate Blue #8150CD

Color information

#8150CD (or 0x8150CD) is unknown color: approx Slate Blue. HEX triplet: 81, 50 and CD. RGB value is (129,80,205). Sum of RGB (Red+Green+Blue) = 129+80+205=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #8150CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8150CD is #7EAF32. Grayscale: #6C6C6C. Windows color (decimal): -8302387 or 13455489. OLE color: 13455489.

HSL color Cylindrical-coordinate representation of color #8150CD: hue angle of 263.52º degrees, saturation: 0.56, 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 #8150CD is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12980205-
CMYK0.370.6100.20
HSL263.52º55.56%55.88%-
HSV(B)263.52º60.98%80.39%-
XYZ22.9414.8159.41-
YUV108.9182.23142.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 205 (80.47% from 255) = 49.52%
R=31.16%
G=19.32%
B=49.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal129802050.370.6100.20263.5255.5655.88
Hex8150CD253D0141083838
Octal20112031545750244107070
Binary10000001101000011001101100101111101010100100001000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8150CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8150CD;
 }
 .AnyTagClassName
 {
   color: #8150CD;
 }
</style>
background-color css

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

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

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

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

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

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