Html Css Color HEX #8050CC Slate Blue

📋 copy color: '#8050CC'

red 128 ◦ green 80 ◦ blue 204

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

Shades of Slate Blue #8050CC

Tints of Slate Blue #8050CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 31.07%
G = 19.42%
B = 49.51%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8050CC (or 0x8050CC) is known color: Slate Blue. HEX triplet: 80, 50 and CC. RGB value is (128,80,204). Sum of RGB (Red+Green+Blue) = 128+80+204=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #8050CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050CC is #7FAF33. Grayscale: #6C6C6C. Windows color (decimal): -8367924 or 13389952. OLE color: 13389952.

HSL color Cylindrical-coordinate representation of color #8050CC: hue angle of 263.23º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8050CC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 80 204 -
CMYK 0.37 0.61 0 0.2
HSL 263.23º 0.55% 0.56% -
HSV(B) 263.23º 0.61% 0.8% -
XYZ 22.67 14.69 58.77 -
YUV 108.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 128 80 204 0.37 0.61 0 0.2 263.23 0.55 0.56
Hex 80 50 CC 25 3D 0 14 107 37 38
Octal 200 120 314 45 75 0 24 407 67 70
Binary 10000000 1010000 11001100 100101 111101 0 10100 100000111 110111 111000

Color Harmonies of #8050CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050CC

Black with #8050CC

Text Example


Text Example

White with #8050CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8050CC; }

 p { color: rgb(128,80,204); }

 H1.HeaderClassName
 {
   color: #8050CC;
 }
 .AnyTagClassName
 {
   color: #8050CC;
 }
</style>

background-color css

<style>
 a { background-color: #8050CC; }

 a { background-color: rgb(128,80,204); }

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

border-color css

<style>
 span { border-color: #8050CC; }

 span { border-color: rgb(128,80,204); }

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