Html Css Color HEX #7881FB Light Slate Blue

📋 copy color: '#7881FB'

red 120 ◦ green 129 ◦ blue 251

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

Shades of Light Slate Blue #7881FB

Tints of Light Slate Blue #7881FB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 24%
G = 25.8%
B = 50.2%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7881FB (or 0x7881FB) is known color: Light Slate Blue. HEX triplet: 78, 81 and FB. RGB value is (120,129,251). Sum of RGB (Red+Green+Blue) = 120+129+251=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #7881FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881FB is #877E04. Grayscale: #8B8B8B. Windows color (decimal): -8879621 or 16482680. OLE color: 16482680.

HSL color Cylindrical-coordinate representation of color #7881FB: hue angle of 235.88º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7881FB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 129 251 -
CMYK 0.52 0.49 0 0.02
HSL 235.88º 0.94% 0.73% -
HSV(B) 235.88º 0.52% 0.98% -
XYZ 33.01 26.66 94.67 -
YUV 140.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 120 129 251 0.52 0.49 0 0.02 235.88 0.94 0.73
Hex 78 81 FB 34 31 0 2 EC 5E 49
Octal 170 201 373 64 61 0 2 354 136 111
Binary 1111000 10000001 11111011 110100 110001 0 10 11101100 1011110 1001001

Color Harmonies of #7881FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881FB

Black with #7881FB

Text Example


Text Example

White with #7881FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7881FB; }

 p { color: rgb(120,129,251); }

 H1.HeaderClassName
 {
   color: #7881FB;
 }
 .AnyTagClassName
 {
   color: #7881FB;
 }
</style>

background-color css

<style>
 a { background-color: #7881FB; }

 a { background-color: rgb(120,129,251); }

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

border-color css

<style>
 span { border-color: #7881FB; }

 span { border-color: rgb(120,129,251); }

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