Html Css Color HEX #727BEC Medium Slate Blue

📋 copy color: '#727BEC'

red 114 ◦ green 123 ◦ blue 236

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

Shades of Medium Slate Blue #727BEC

Tints of Medium Slate Blue #727BEC

RGB

 RED value IS 114 (44.92% from 255) = 24.1%

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

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

R = 24.1%
G = 26%
B = 49.89%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#727BEC (or 0x727BEC) is known color: Medium Slate Blue. HEX triplet: 72, 7B and EC. RGB value is (114,123,236). Sum of RGB (Red+Green+Blue) = 114+123+236=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #727BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BEC is #8D8413. Grayscale: #848484. Windows color (decimal): -9274388 or 15498098. OLE color: 15498098.

HSL color Cylindrical-coordinate representation of color #727BEC: hue angle of 235.57º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727BEC is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 123 236 -
CMYK 0.52 0.48 0 0.07
HSL 235.57º 0.76% 0.69% -
HSV(B) 235.57º 0.52% 0.93% -
XYZ 29.16 23.8 82.41 -
YUV 133.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 114 123 236 0.52 0.48 0 0.07 235.57 0.76 0.69
Hex 72 7B EC 34 30 0 7 EC 4C 45
Octal 162 173 354 64 60 0 7 354 114 105
Binary 1110010 1111011 11101100 110100 110000 0 111 11101100 1001100 1000101

Color Harmonies of #727BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BEC

Black with #727BEC

Text Example


Text Example

White with #727BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727BEC; }

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

 H1.HeaderClassName
 {
   color: #727BEC;
 }
 .AnyTagClassName
 {
   color: #727BEC;
 }
</style>

background-color css

<style>
 a { background-color: #727BEC; }

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

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

border-color css

<style>
 span { border-color: #727BEC; }

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

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