Html Css Color HEX #727BEF Medium Slate Blue

📋 copy color: '#727BEF'

red 114 ◦ green 123 ◦ blue 239

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

Shades of Medium Slate Blue #727BEF

Tints of Medium Slate Blue #727BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 23.95%
G = 25.84%
B = 50.21%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#727BEF (or 0x727BEF) is known color: Medium Slate Blue. HEX triplet: 72, 7B and EF. RGB value is (114,123,239). Sum of RGB (Red+Green+Blue) = 114+123+239=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #727BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BEF is #8D8410. Grayscale: #858585. Windows color (decimal): -9274385 or 15694706. OLE color: 15694706.

HSL color Cylindrical-coordinate representation of color #727BEF: hue angle of 235.68º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727BEF is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 114 123 239 -
CMYK 0.52 0.49 0 0.06
HSL 235.68º 0.8% 0.69% -
HSV(B) 235.68º 0.52% 0.94% -
XYZ 29.6 23.98 84.73 -
YUV 133.53 187.52 114.07 -
System Red Green Blue C M Y K H S L
Decimal 114 123 239 0.52 0.49 0 0.06 235.68 0.8 0.69
Hex 72 7B EF 34 31 0 6 EC 50 45
Octal 162 173 357 64 61 0 6 354 120 105
Binary 1110010 1111011 11101111 110100 110001 0 110 11101100 1010000 1000101

Color Harmonies of #727BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BEF

Black with #727BEF

Text Example


Text Example

White with #727BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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