Html Css Color HEX #8055CB Slate Blue

📋 copy color: '#8055CB'

red 128 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #8055CB

Tints of Slate Blue #8055CB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 30.77%
G = 20.43%
B = 48.8%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8055CB (or 0x8055CB) is known color: Slate Blue. HEX triplet: 80, 55 and CB. RGB value is (128,85,203). Sum of RGB (Red+Green+Blue) = 128+85+203=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #8055CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055CB is #7FAA34. Grayscale: #6E6E6E. Windows color (decimal): -8366645 or 13325696. OLE color: 13325696.

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

Color convert

RGB 128 85 203 -
CMYK 0.37 0.58 0 0.20
HSL 261.86º 0.53% 0.56% -
HSV(B) 261.86º 0.58% 0.8% -
XYZ 22.93 15.4 58.26 -
YUV 111.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 128 85 203 0.37 0.58 0 0.20 261.86 0.53 0.56
Hex 80 55 CB 25 3A 0 14 106 35 38
Octal 200 125 313 45 72 0 24 406 65 70
Binary 10000000 1010101 11001011 100101 111010 0 10100 100000110 110101 111000

Color Harmonies of #8055CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8055CB

Black with #8055CB

Text Example


Text Example

White with #8055CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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