Html Css Color HEX #805DCF Slate Blue

📋 copy color: '#805DCF'

red 128 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #805DCF

Tints of Slate Blue #805DCF

RGB

 RED value IS 128 (50.39% from 255) = 29.91%

 GREEN value IS 93 (36.72% from 255) = 21.73%

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 29.91%
G = 21.73%
B = 48.36%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#805DCF (or 0x805DCF) is known color: Slate Blue. HEX triplet: 80, 5D and CF. RGB value is (128,93,207). Sum of RGB (Red+Green+Blue) = 128+93+207=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #805DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DCF is #7FA230. Grayscale: #747474. Windows color (decimal): -8364593 or 13589888. OLE color: 13589888.

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

Color convert

RGB 128 93 207 -
CMYK 0.38 0.55 0 0.19
HSL 258.42º 0.54% 0.59% -
HSV(B) 258.42º 0.55% 0.81% -
XYZ 24.08 16.92 61.03 -
YUV 116.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 128 93 207 0.38 0.55 0 0.19 258.42 0.54 0.59
Hex 80 5D CF 26 37 0 13 102 36 3B
Octal 200 135 317 46 67 0 23 402 66 73
Binary 10000000 1011101 11001111 100110 110111 0 10011 100000010 110110 111011

Color Harmonies of #805DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805DCF

Black with #805DCF

Text Example


Text Example

White with #805DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #805DCF;
 }
 .AnyTagClassName
 {
   color: #805DCF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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