Html Css Color HEX #727BEA Medium Slate Blue

📋 copy color: '#727BEA'

red 114 ◦ green 123 ◦ blue 234

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

Shades of Medium Slate Blue #727BEA

Tints of Medium Slate Blue #727BEA

RGB

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

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

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

R = 24.2%
G = 26.11%
B = 49.68%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#727BEA (or 0x727BEA) is known color: Medium Slate Blue. HEX triplet: 72, 7B and EA. RGB value is (114,123,234). Sum of RGB (Red+Green+Blue) = 114+123+234=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #727BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BEA is #8D8415. Grayscale: #848484. Windows color (decimal): -9274390 or 15367026. OLE color: 15367026.

HSL color Cylindrical-coordinate representation of color #727BEA: hue angle of 235.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727BEA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 123 234 -
CMYK 0.51 0.47 0 0.08
HSL 235.5º 0.74% 0.68% -
HSV(B) 235.5º 0.51% 0.92% -
XYZ 28.87 23.68 80.89 -
YUV 132.96 185.02 114.47 -
System Red Green Blue C M Y K H S L
Decimal 114 123 234 0.51 0.47 0 0.08 235.5 0.74 0.68
Hex 72 7B EA 33 2F 0 8 EC 4A 44
Octal 162 173 352 63 57 0 10 354 112 104
Binary 1110010 1111011 11101010 110011 101111 0 1000 11101100 1001010 1000100

Color Harmonies of #727BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BEA

Black with #727BEA

Text Example


Text Example

White with #727BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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