#805CCF

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

Shades of Slate Blue #805CCF

Tints of Slate Blue #805CCF

Color information

#805CCF (or 0x805CCF) is unknown color: approx Slate Blue. HEX triplet: 80, 5C and CF. RGB value is (128,92,207). Sum of RGB (Red+Green+Blue) = 128+92+207=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #805CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CCF is #7FA330. Grayscale: #737373. Windows color (decimal): -8364849 or 13589632. OLE color: 13589632.

HSL color Cylindrical-coordinate representation of color #805CCF: hue angle of 258.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805CCF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12892207-
CMYK0.380.5600.19
HSL258.78º54.5%58.63%-
HSV(B)258.78º55.56%81.18%-
XYZ23.9916.7561-
YUV115.87179.43136.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 207 (81.25% from 255) = 48.48%
R=29.98%
G=21.55%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128922070.380.5600.19258.7854.558.63
Hex805CCF2638013103373b
Octal20013431746700234036773
Binary10000000101110011001111100110111000010011100000011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805CCF; }

 p { color: rgb(128,92,207); }

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

<style>
 a { background-color: #805CCF; }

 a { background-color: rgb(128,92,207); }

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

<style>
 span { border-color: #805CCF; }

 span { border-color: rgb(128,92,207); }

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