Html Css Color HEX #7885FE Light Slate Blue

📋 copy color: '#7885FE'

red 120 ◦ green 133 ◦ blue 254

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

Shades of Light Slate Blue #7885FE

Tints of Light Slate Blue #7885FE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.23%

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

R = 23.67%
G = 26.23%
B = 50.1%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7885FE (or 0x7885FE) is known color: Light Slate Blue. HEX triplet: 78, 85 and FE. RGB value is (120,133,254). Sum of RGB (Red+Green+Blue) = 120+133+254=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #7885FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7885FE is #877A01. Grayscale: #8E8E8E. Windows color (decimal): -8878594 or 16680312. OLE color: 16680312.

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

Color convert

RGB 120 133 254 -
CMYK 0.53 0.48 0 0.00
HSL 234.18º 0.99% 0.73% -
HSV(B) 234.18º 0.53% 1% -
XYZ 34.02 27.92 97.36 -
YUV 142.91 190.69 111.66 -
System Red Green Blue C M Y K H S L
Decimal 120 133 254 0.53 0.48 0 0.00 234.18 0.99 0.73
Hex 78 85 FE 35 30 0 0 EA 63 49
Octal 170 205 376 65 60 0 0 352 143 111
Binary 1111000 10000101 11111110 110101 110000 0 0 11101010 1100011 1001001

Color Harmonies of #7885FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885FE

Black with #7885FE

Text Example


Text Example

White with #7885FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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