Html Css Color HEX #7881EA Medium Slate Blue

📋 copy color: '#7881EA'

red 120 ◦ green 129 ◦ blue 234

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

Shades of Medium Slate Blue #7881EA

Tints of Medium Slate Blue #7881EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 24.84%
G = 26.71%
B = 48.45%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7881EA (or 0x7881EA) is known color: Medium Slate Blue. HEX triplet: 78, 81 and EA. RGB value is (120,129,234). Sum of RGB (Red+Green+Blue) = 120+129+234=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #7881EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7881EA is #877E15. Grayscale: #898989. Windows color (decimal): -8879638 or 15368568. OLE color: 15368568.

HSL color Cylindrical-coordinate representation of color #7881EA: hue angle of 235.26º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7881EA is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 129 234 -
CMYK 0.49 0.45 0 0.08
HSL 235.26º 0.73% 0.69% -
HSV(B) 235.26º 0.49% 0.92% -
XYZ 30.45 25.63 81.19 -
YUV 138.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 120 129 234 0.49 0.45 0 0.08 235.26 0.73 0.69
Hex 78 81 EA 31 2D 0 8 EB 49 45
Octal 170 201 352 61 55 0 10 353 111 105
Binary 1111000 10000001 11101010 110001 101101 0 1000 11101011 1001001 1000101

Color Harmonies of #7881EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7881EA

Black with #7881EA

Text Example


Text Example

White with #7881EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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