Html Css Color HEX #8050CF Slate Blue

📋 copy color: '#8050CF'

red 128 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #8050CF

Tints of Slate Blue #8050CF

RGB

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

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

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

R = 30.84%
G = 19.28%
B = 49.88%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8050CF (or 0x8050CF) is known color: Slate Blue. HEX triplet: 80, 50 and CF. RGB value is (128,80,207). Sum of RGB (Red+Green+Blue) = 128+80+207=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #8050CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8050CF is #7FAF30. Grayscale: #6C6C6C. Windows color (decimal): -8367921 or 13586560. OLE color: 13586560.

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

Color convert

RGB 128 80 207 -
CMYK 0.38 0.61 0 0.19
HSL 262.68º 0.57% 0.56% -
HSV(B) 262.68º 0.61% 0.81% -
XYZ 23.03 14.83 60.68 -
YUV 108.83 183.4 141.67 -
System Red Green Blue C M Y K H S L
Decimal 128 80 207 0.38 0.61 0 0.19 262.68 0.57 0.56
Hex 80 50 CF 26 3D 0 13 107 39 38
Octal 200 120 317 46 75 0 23 407 71 70
Binary 10000000 1010000 11001111 100110 111101 0 10011 100000111 111001 111000

Color Harmonies of #8050CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8050CF

Black with #8050CF

Text Example


Text Example

White with #8050CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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