Html Css Color HEX #787FEA Medium Slate Blue

📋 copy color: '#787FEA'

red 120 ◦ green 127 ◦ blue 234

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

Shades of Medium Slate Blue #787FEA

Tints of Medium Slate Blue #787FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.4%

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

R = 24.95%
G = 26.4%
B = 48.65%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#787FEA (or 0x787FEA) is known color: Medium Slate Blue. HEX triplet: 78, 7F and EA. RGB value is (120,127,234). Sum of RGB (Red+Green+Blue) = 120+127+234=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #787FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #787FEA is #878015. Grayscale: #888888. Windows color (decimal): -8880150 or 15368056. OLE color: 15368056.

HSL color Cylindrical-coordinate representation of color #787FEA: hue angle of 236.32º 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 #787FEA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 127 234 -
CMYK 0.49 0.46 0 0.08
HSL 236.32º 0.73% 0.69% -
HSV(B) 236.32º 0.49% 0.92% -
XYZ 30.19 25.11 81.1 -
YUV 137.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 120 127 234 0.49 0.46 0 0.08 236.32 0.73 0.69
Hex 78 7F EA 31 2E 0 8 EC 49 45
Octal 170 177 352 61 56 0 10 354 111 105
Binary 1111000 1111111 11101010 110001 101110 0 1000 11101100 1001001 1000101

Color Harmonies of #787FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FEA

Black with #787FEA

Text Example


Text Example

White with #787FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787FEA; }

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

 H1.HeaderClassName
 {
   color: #787FEA;
 }
 .AnyTagClassName
 {
   color: #787FEA;
 }
</style>

background-color css

<style>
 a { background-color: #787FEA; }

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

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

border-color css

<style>
 span { border-color: #787FEA; }

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

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