Html Css Color HEX #7883FE Light Slate Blue

📋 copy color: '#7883FE'

red 120 ◦ green 131 ◦ blue 254

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

Shades of Light Slate Blue #7883FE

Tints of Light Slate Blue #7883FE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.94%

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

R = 23.76%
G = 25.94%
B = 50.3%

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

#7883FE (or 0x7883FE) is known color: Light Slate Blue. HEX triplet: 78, 83 and FE. RGB value is (120,131,254). Sum of RGB (Red+Green+Blue) = 120+131+254=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 131 (51.56% from 255 or 25.94% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #7883FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7883FE is #877C01. Grayscale: #8D8D8D. Windows color (decimal): -8879106 or 16679800. OLE color: 16679800.

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

Color convert

RGB 120 131 254 -
CMYK 0.53 0.48 0 0.00
HSL 235.07º 0.99% 0.73% -
HSV(B) 235.07º 0.53% 1% -
XYZ 33.75 27.38 97.27 -
YUV 141.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 120 131 254 0.53 0.48 0 0.00 235.07 0.99 0.73
Hex 78 83 FE 35 30 0 0 EB 63 49
Octal 170 203 376 65 60 0 0 353 143 111
Binary 1111000 10000011 11111110 110101 110000 0 0 11101011 1100011 1001001

Color Harmonies of #7883FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7883FE

Black with #7883FE

Text Example


Text Example

White with #7883FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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