Html Css Color HEX #7875FE Light Slate Blue

📋 copy color: '#7875FE'

red 120 ◦ green 117 ◦ blue 254

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

Shades of Light Slate Blue #7875FE

Tints of Light Slate Blue #7875FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.83%

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

R = 24.44%
G = 23.83%
B = 51.73%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7875FE (or 0x7875FE) is known color: Light Slate Blue. HEX triplet: 78, 75 and FE. RGB value is (120,117,254). Sum of RGB (Red+Green+Blue) = 120+117+254=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #7875FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7875FE is #878A01. Grayscale: #848484. Windows color (decimal): -8882690 or 16676216. OLE color: 16676216.

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

Color convert

RGB 120 117 254 -
CMYK 0.53 0.54 0 0.00
HSL 241.31º 0.99% 0.73% -
HSV(B) 241.31º 0.54% 1% -
XYZ 32 23.87 96.69 -
YUV 133.52 195.99 118.36 -
System Red Green Blue C M Y K H S L
Decimal 120 117 254 0.53 0.54 0 0.00 241.31 0.99 0.73
Hex 78 75 FE 35 36 0 0 F1 63 49
Octal 170 165 376 65 66 0 0 361 143 111
Binary 1111000 1110101 11111110 110101 110110 0 0 11110001 1100011 1001001

Color Harmonies of #7875FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7875FE

Black with #7875FE

Text Example


Text Example

White with #7875FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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