Html Css Color HEX #7875EE Medium Slate Blue

📋 copy color: '#7875EE'

red 120 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #7875EE

Tints of Medium Slate Blue #7875EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 25.26%
G = 24.63%
B = 50.11%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7875EE (or 0x7875EE) is known color: Medium Slate Blue. HEX triplet: 78, 75 and EE. RGB value is (120,117,238). Sum of RGB (Red+Green+Blue) = 120+117+238=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #7875EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7875EE is #878A11. Grayscale: #838383. Windows color (decimal): -8882706 or 15627640. OLE color: 15627640.

HSL color Cylindrical-coordinate representation of color #7875EE: hue angle of 241.49º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7875EE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 117 238 -
CMYK 0.50 0.51 0 0.07
HSL 241.49º 0.78% 0.7% -
HSV(B) 241.49º 0.51% 0.93% -
XYZ 29.54 22.89 83.75 -
YUV 131.69 187.99 119.66 -
System Red Green Blue C M Y K H S L
Decimal 120 117 238 0.50 0.51 0 0.07 241.49 0.78 0.7
Hex 78 75 EE 32 33 0 7 F1 4E 46
Octal 170 165 356 62 63 0 7 361 116 106
Binary 1111000 1110101 11101110 110010 110011 0 111 11110001 1001110 1000110

Color Harmonies of #7875EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7875EE

Black with #7875EE

Text Example


Text Example

White with #7875EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7875EE; }

 p { color: rgb(120,117,238); }

 H1.HeaderClassName
 {
   color: #7875EE;
 }
 .AnyTagClassName
 {
   color: #7875EE;
 }
</style>

background-color css

<style>
 a { background-color: #7875EE; }

 a { background-color: rgb(120,117,238); }

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

border-color css

<style>
 span { border-color: #7875EE; }

 span { border-color: rgb(120,117,238); }

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