Html Css Color HEX #7988FE Light Slate Blue

📋 copy color: '#7988FE'

red 121 ◦ green 136 ◦ blue 254

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

Shades of Light Slate Blue #7988FE

Tints of Light Slate Blue #7988FE

RGB

 RED value IS 121 (47.66% from 255) = 23.68%

 GREEN value IS 136 (53.52% from 255) = 26.61%

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

R = 23.68%
G = 26.61%
B = 49.71%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7988FE (or 0x7988FE) is known color: Light Slate Blue. HEX triplet: 79, 88 and FE. RGB value is (121,136,254). Sum of RGB (Red+Green+Blue) = 121+136+254=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #7988FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7988FE is #867701. Grayscale: #909090. Windows color (decimal): -8812290 or 16681081. OLE color: 16681081.

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

Color convert

RGB 121 136 254 -
CMYK 0.52 0.46 0 0.00
HSL 233.23º 0.99% 0.74% -
HSV(B) 233.23º 0.52% 1% -
XYZ 34.58 28.83 97.51 -
YUV 144.97 189.53 110.91 -
System Red Green Blue C M Y K H S L
Decimal 121 136 254 0.52 0.46 0 0.00 233.23 0.99 0.74
Hex 79 88 FE 34 2E 0 0 E9 63 4A
Octal 171 210 376 64 56 0 0 351 143 112
Binary 1111001 10001000 11111110 110100 101110 0 0 11101001 1100011 1001010

Color Harmonies of #7988FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7988FE

Black with #7988FE

Text Example


Text Example

White with #7988FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,136,254); }

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

background-color css

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

 a { background-color: rgb(121,136,254); }

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

border-color css

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

 span { border-color: rgb(121,136,254); }

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