Html Css Color HEX #8059CF Slate Blue

📋 copy color: '#8059CF'

red 128 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #8059CF

Tints of Slate Blue #8059CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 30.19%
G = 20.99%
B = 48.82%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8059CF (or 0x8059CF) is known color: Slate Blue. HEX triplet: 80, 59 and CF. RGB value is (128,89,207). Sum of RGB (Red+Green+Blue) = 128+89+207=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #8059CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8059CF is #7FA630. Grayscale: #717171. Windows color (decimal): -8365617 or 13588864. OLE color: 13588864.

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

Color convert

RGB 128 89 207 -
CMYK 0.38 0.57 0 0.19
HSL 259.83º 0.55% 0.58% -
HSV(B) 259.83º 0.57% 0.81% -
XYZ 23.74 16.24 60.91 -
YUV 114.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 128 89 207 0.38 0.57 0 0.19 259.83 0.55 0.58
Hex 80 59 CF 26 39 0 13 104 37 3A
Octal 200 131 317 46 71 0 23 404 67 72
Binary 10000000 1011001 11001111 100110 111001 0 10011 100000100 110111 111010

Color Harmonies of #8059CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8059CF

Black with #8059CF

Text Example


Text Example

White with #8059CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8059CF; }

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

 H1.HeaderClassName
 {
   color: #8059CF;
 }
 .AnyTagClassName
 {
   color: #8059CF;
 }
</style>

background-color css

<style>
 a { background-color: #8059CF; }

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

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

border-color css

<style>
 span { border-color: #8059CF; }

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

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