Html Css Color HEX #8058CE Slate Blue

📋 copy color: '#8058CE'

red 128 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #8058CE

Tints of Slate Blue #8058CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.85%

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 30.33%
G = 20.85%
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

#8058CE (or 0x8058CE) is known color: Slate Blue. HEX triplet: 80, 58 and CE. RGB value is (128,88,206). Sum of RGB (Red+Green+Blue) = 128+88+206=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #8058CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8058CE is #7FA731. Grayscale: #707070. Windows color (decimal): -8365874 or 13523072. OLE color: 13523072.

HSL color Cylindrical-coordinate representation of color #8058CE: hue angle of 260.34º 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 #8058CE is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 88 206 -
CMYK 0.38 0.57 0 0.19
HSL 260.34º 0.55% 0.58% -
HSV(B) 260.34º 0.57% 0.81% -
XYZ 23.53 16.02 60.25 -
YUV 113.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 128 88 206 0.38 0.57 0 0.19 260.34 0.55 0.58
Hex 80 58 CE 26 39 0 13 104 37 3A
Octal 200 130 316 46 71 0 23 404 67 72
Binary 10000000 1011000 11001110 100110 111001 0 10011 100000100 110111 111010

Color Harmonies of #8058CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8058CE

Black with #8058CE

Text Example


Text Example

White with #8058CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8058CE; }

 p { color: rgb(128,88,206); }

 H1.HeaderClassName
 {
   color: #8058CE;
 }
 .AnyTagClassName
 {
   color: #8058CE;
 }
</style>

background-color css

<style>
 a { background-color: #8058CE; }

 a { background-color: rgb(128,88,206); }

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

border-color css

<style>
 span { border-color: #8058CE; }

 span { border-color: rgb(128,88,206); }

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