Html Css Color HEX #7F7BEC Medium Slate Blue

📋 copy color: '#7F7BEC'

red 127 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #7F7BEC

Tints of Medium Slate Blue #7F7BEC

RGB

 RED value IS 127 (50% from 255) = 26.13%

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 236 (92.58% from 255) = 48.56%

R = 26.13%
G = 25.31%
B = 48.56%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F7BEC (or 0x7F7BEC) is known color: Medium Slate Blue. HEX triplet: 7F, 7B and EC. RGB value is (127,123,236). Sum of RGB (Red+Green+Blue) = 127+123+236=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F7BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7BEC is #808413. Grayscale: #888888. Windows color (decimal): -8422420 or 15498111. OLE color: 15498111.

HSL color Cylindrical-coordinate representation of color #7F7BEC: hue angle of 242.12º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F7BEC is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 123 236 -
CMYK 0.46 0.48 0 0.07
HSL 242.12º 0.75% 0.7% -
HSV(B) 242.12º 0.48% 0.93% -
XYZ 30.98 24.73 82.5 -
YUV 137.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 127 123 236 0.46 0.48 0 0.07 242.12 0.75 0.7
Hex 7F 7B EC 2E 30 0 7 F2 4B 46
Octal 177 173 354 56 60 0 7 362 113 106
Binary 1111111 1111011 11101100 101110 110000 0 111 11110010 1001011 1000110

Color Harmonies of #7F7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7BEC

Black with #7F7BEC

Text Example


Text Example

White with #7F7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7BEC; }

 p { color: rgb(127,123,236); }

 H1.HeaderClassName
 {
   color: #7F7BEC;
 }
 .AnyTagClassName
 {
   color: #7F7BEC;
 }
</style>

background-color css

<style>
 a { background-color: #7F7BEC; }

 a { background-color: rgb(127,123,236); }

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

border-color css

<style>
 span { border-color: #7F7BEC; }

 span { border-color: rgb(127,123,236); }

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