Html Css Color HEX #7887FE Light Slate Blue

📋 copy color: '#7887FE'

red 120 ◦ green 135 ◦ blue 254

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

Shades of Light Slate Blue #7887FE

Tints of Light Slate Blue #7887FE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.52%

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

R = 23.58%
G = 26.52%
B = 49.9%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7887FE (or 0x7887FE) is known color: Light Slate Blue. HEX triplet: 78, 87 and FE. RGB value is (120,135,254). Sum of RGB (Red+Green+Blue) = 120+135+254=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #7887FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7887FE is #877801. Grayscale: #8F8F8F. Windows color (decimal): -8878082 or 16680824. OLE color: 16680824.

HSL color Cylindrical-coordinate representation of color #7887FE: hue angle of 233.28º 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 #7887FE is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 120 135 254 -
CMYK 0.53 0.47 0 0.00
HSL 233.28º 0.99% 0.73% -
HSV(B) 233.28º 0.53% 1% -
XYZ 34.3 28.48 97.45 -
YUV 144.08 190.03 110.82 -
System Red Green Blue C M Y K H S L
Decimal 120 135 254 0.53 0.47 0 0.00 233.28 0.99 0.73
Hex 78 87 FE 35 2F 0 0 E9 63 49
Octal 170 207 376 65 57 0 0 351 143 111
Binary 1111000 10000111 11111110 110101 101111 0 0 11101001 1100011 1001001

Color Harmonies of #7887FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887FE

Black with #7887FE

Text Example


Text Example

White with #7887FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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