Html Css Color HEX #727AF2 Medium Slate Blue

📋 copy color: '#727AF2'

red 114 ◦ green 122 ◦ blue 242

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

Shades of Medium Slate Blue #727AF2

Tints of Medium Slate Blue #727AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

 BLUE value IS 242 (94.92% from 255) = 50.63%

R = 23.85%
G = 25.52%
B = 50.63%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#727AF2 (or 0x727AF2) is known color: Medium Slate Blue. HEX triplet: 72, 7A and F2. RGB value is (114,122,242). Sum of RGB (Red+Green+Blue) = 114+122+242=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #727AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AF2 is #8D850D. Grayscale: #848484. Windows color (decimal): -9274638 or 15891058. OLE color: 15891058.

HSL color Cylindrical-coordinate representation of color #727AF2: hue angle of 236.25º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727AF2 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 122 242 -
CMYK 0.53 0.50 0 0.05
HSL 236.25º 0.83% 0.7% -
HSV(B) 236.25º 0.53% 0.95% -
XYZ 29.93 23.91 87.04 -
YUV 133.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 114 122 242 0.53 0.50 0 0.05 236.25 0.83 0.7
Hex 72 7A F2 35 32 0 5 EC 53 46
Octal 162 172 362 65 62 0 5 354 123 106
Binary 1110010 1111010 11110010 110101 110010 0 101 11101100 1010011 1000110

Color Harmonies of #727AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727AF2

Black with #727AF2

Text Example


Text Example

White with #727AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,122,242); }

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

background-color css

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

 a { background-color: rgb(114,122,242); }

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

border-color css

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

 span { border-color: rgb(114,122,242); }

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