Html Css Color HEX #7880FE Light Slate Blue

📋 copy color: '#7880FE'

red 120 ◦ green 128 ◦ blue 254

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

Shades of Light Slate Blue #7880FE

Tints of Light Slate Blue #7880FE

RGB

 RED value IS 120 (47.27% from 255) = 23.9%

 GREEN value IS 128 (50.39% from 255) = 25.5%

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 23.9%
G = 25.5%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7880FE (or 0x7880FE) is known color: Light Slate Blue. HEX triplet: 78, 80 and FE. RGB value is (120,128,254). Sum of RGB (Red+Green+Blue) = 120+128+254=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #7880FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7880FE is #877F01. Grayscale: #8B8B8B. Windows color (decimal): -8879874 or 16679032. OLE color: 16679032.

HSL color Cylindrical-coordinate representation of color #7880FE: hue angle of 236.42º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7880FE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 128 254 -
CMYK 0.53 0.50 0 0.00
HSL 236.42º 0.99% 0.73% -
HSV(B) 236.42º 0.53% 1% -
XYZ 33.35 26.59 97.14 -
YUV 139.97 192.35 113.75 -
System Red Green Blue C M Y K H S L
Decimal 120 128 254 0.53 0.50 0 0.00 236.42 0.99 0.73
Hex 78 80 FE 35 32 0 0 EC 63 49
Octal 170 200 376 65 62 0 0 354 143 111
Binary 1111000 10000000 11111110 110101 110010 0 0 11101100 1100011 1001001

Color Harmonies of #7880FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880FE

Black with #7880FE

Text Example


Text Example

White with #7880FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7880FE; }

 p { color: rgb(120,128,254); }

 H1.HeaderClassName
 {
   color: #7880FE;
 }
 .AnyTagClassName
 {
   color: #7880FE;
 }
</style>

background-color css

<style>
 a { background-color: #7880FE; }

 a { background-color: rgb(120,128,254); }

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

border-color css

<style>
 span { border-color: #7880FE; }

 span { border-color: rgb(120,128,254); }

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