Html Css Color HEX #807CF6 Light Slate Blue

📋 copy color: '#807CF6'

red 128 ◦ green 124 ◦ blue 246

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

Shades of Light Slate Blue #807CF6

Tints of Light Slate Blue #807CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.9%

 BLUE value IS 246 (96.48% from 255) = 49.4%

R = 25.7%
G = 24.9%
B = 49.4%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#807CF6 (or 0x807CF6) is known color: Light Slate Blue. HEX triplet: 80, 7C and F6. RGB value is (128,124,246). Sum of RGB (Red+Green+Blue) = 128+124+246=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #807CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CF6 is #7F8309. Grayscale: #8A8A8A. Windows color (decimal): -8356618 or 16153728. OLE color: 16153728.

HSL color Cylindrical-coordinate representation of color #807CF6: hue angle of 241.97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #807CF6 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 124 246 -
CMYK 0.48 0.50 0 0.04
HSL 241.97º 0.87% 0.73% -
HSV(B) 241.97º 0.5% 0.96% -
XYZ 32.74 25.66 90.42 -
YUV 139.1 188.33 120.08 -
System Red Green Blue C M Y K H S L
Decimal 128 124 246 0.48 0.50 0 0.04 241.97 0.87 0.73
Hex 80 7C F6 30 32 0 4 F2 57 49
Octal 200 174 366 60 62 0 4 362 127 111
Binary 10000000 1111100 11110110 110000 110010 0 100 11110010 1010111 1001001

Color Harmonies of #807CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CF6

Black with #807CF6

Text Example


Text Example

White with #807CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807CF6; }

 p { color: rgb(128,124,246); }

 H1.HeaderClassName
 {
   color: #807CF6;
 }
 .AnyTagClassName
 {
   color: #807CF6;
 }
</style>

background-color css

<style>
 a { background-color: #807CF6; }

 a { background-color: rgb(128,124,246); }

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

border-color css

<style>
 span { border-color: #807CF6; }

 span { border-color: rgb(128,124,246); }

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