Html Css Color HEX #807CF5 Light Slate Blue

📋 copy color: '#807CF5'

red 128 ◦ green 124 ◦ blue 245

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

Shades of Light Slate Blue #807CF5

Tints of Light Slate Blue #807CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.3%

R = 25.75%
G = 24.95%
B = 49.3%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#807CF5 (or 0x807CF5) is known color: Light Slate Blue. HEX triplet: 80, 7C and F5. RGB value is (128,124,245). Sum of RGB (Red+Green+Blue) = 128+124+245=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #807CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #807CF5 is #7F830A. Grayscale: #8A8A8A. Windows color (decimal): -8356619 or 16088192. OLE color: 16088192.

HSL color Cylindrical-coordinate representation of color #807CF5: hue angle of 241.98º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #807CF5 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 124 245 -
CMYK 0.48 0.49 0 0.04
HSL 241.98º 0.86% 0.72% -
HSV(B) 241.98º 0.49% 0.96% -
XYZ 32.59 25.6 89.61 -
YUV 138.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 128 124 245 0.48 0.49 0 0.04 241.98 0.86 0.72
Hex 80 7C F5 30 31 0 4 F2 56 48
Octal 200 174 365 60 61 0 4 362 126 110
Binary 10000000 1111100 11110101 110000 110001 0 100 11110010 1010110 1001000

Color Harmonies of #807CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807CF5

Black with #807CF5

Text Example


Text Example

White with #807CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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