Html Css Color HEX #7881FD Light Slate Blue

📋 copy color: '#7881FD'

red 120 ◦ green 129 ◦ blue 253

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

Shades of Light Slate Blue #7881FD

Tints of Light Slate Blue #7881FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 23.9%
G = 25.7%
B = 50.4%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7881FD (or 0x7881FD) is known color: Light Slate Blue. HEX triplet: 78, 81 and FD. RGB value is (120,129,253). Sum of RGB (Red+Green+Blue) = 120+129+253=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #7881FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881FD is #877E02. Grayscale: #8B8B8B. Windows color (decimal): -8879619 or 16613752. OLE color: 16613752.

HSL color Cylindrical-coordinate representation of color #7881FD: hue angle of 235.94º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7881FD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 129 253 -
CMYK 0.53 0.49 0 0.01
HSL 235.94º 0.97% 0.73% -
HSV(B) 235.94º 0.53% 0.99% -
XYZ 33.33 26.79 96.34 -
YUV 140.45 191.52 113.42 -
System Red Green Blue C M Y K H S L
Decimal 120 129 253 0.53 0.49 0 0.01 235.94 0.97 0.73
Hex 78 81 FD 35 31 0 1 EC 61 49
Octal 170 201 375 65 61 0 1 354 141 111
Binary 1111000 10000001 11111101 110101 110001 0 1 11101100 1100001 1001001

Color Harmonies of #7881FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881FD

Black with #7881FD

Text Example


Text Example

White with #7881FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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