Html Css Color HEX #8057CB Slate Blue

📋 copy color: '#8057CB'

red 128 ◦ green 87 ◦ blue 203

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

Shades of Slate Blue #8057CB

Tints of Slate Blue #8057CB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 30.62%
G = 20.81%
B = 48.56%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8057CB (or 0x8057CB) is known color: Slate Blue. HEX triplet: 80, 57 and CB. RGB value is (128,87,203). Sum of RGB (Red+Green+Blue) = 128+87+203=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8057CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8057CB is #7FA834. Grayscale: #707070. Windows color (decimal): -8366133 or 13326208. OLE color: 13326208.

HSL color Cylindrical-coordinate representation of color #8057CB: hue angle of 261.21º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8057CB is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 87 203 -
CMYK 0.37 0.57 0 0.20
HSL 261.21º 0.53% 0.57% -
HSV(B) 261.21º 0.57% 0.8% -
XYZ 23.09 15.72 58.32 -
YUV 112.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 128 87 203 0.37 0.57 0 0.20 261.21 0.53 0.57
Hex 80 57 CB 25 39 0 14 105 35 39
Octal 200 127 313 45 71 0 24 405 65 71
Binary 10000000 1010111 11001011 100101 111001 0 10100 100000101 110101 111001

Color Harmonies of #8057CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8057CB

Black with #8057CB

Text Example


Text Example

White with #8057CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8057CB; }

 p { color: rgb(128,87,203); }

 H1.HeaderClassName
 {
   color: #8057CB;
 }
 .AnyTagClassName
 {
   color: #8057CB;
 }
</style>

background-color css

<style>
 a { background-color: #8057CB; }

 a { background-color: rgb(128,87,203); }

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

border-color css

<style>
 span { border-color: #8057CB; }

 span { border-color: rgb(128,87,203); }

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