Html Css Color HEX #727BDE Medium Slate Blue

📋 copy color: '#727BDE'

red 114 ◦ green 123 ◦ blue 222

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

Shades of Medium Slate Blue #727BDE

Tints of Medium Slate Blue #727BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.37%

R = 24.84%
G = 26.8%
B = 48.37%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#727BDE (or 0x727BDE) is known color: Medium Slate Blue. HEX triplet: 72, 7B and DE. RGB value is (114,123,222). Sum of RGB (Red+Green+Blue) = 114+123+222=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #727BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BDE is #8D8421. Grayscale: #838383. Windows color (decimal): -9274402 or 14580594. OLE color: 14580594.

HSL color Cylindrical-coordinate representation of color #727BDE: hue angle of 235º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727BDE is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 123 222 -
CMYK 0.49 0.45 0 0.13
HSL 235º 0.62% 0.66% -
HSV(B) 235º 0.49% 0.87% -
XYZ 27.21 23.02 72.12 -
YUV 131.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 114 123 222 0.49 0.45 0 0.13 235 0.62 0.66
Hex 72 7B DE 31 2D 0 D EB 3E 42
Octal 162 173 336 61 55 0 15 353 76 102
Binary 1110010 1111011 11011110 110001 101101 0 1101 11101011 111110 1000010

Color Harmonies of #727BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BDE

Black with #727BDE

Text Example


Text Example

White with #727BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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