Html Css Color HEX #727BF2 Medium Slate Blue

📋 copy color: '#727BF2'

red 114 ◦ green 123 ◦ blue 242

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

Shades of Medium Slate Blue #727BF2

Tints of Medium Slate Blue #727BF2

RGB

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

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

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

R = 23.8%
G = 25.68%
B = 50.52%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#727BF2 (or 0x727BF2) is known color: Medium Slate Blue. HEX triplet: 72, 7B and F2. RGB value is (114,123,242). Sum of RGB (Red+Green+Blue) = 114+123+242=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #727BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BF2 is #8D840D. Grayscale: #858585. Windows color (decimal): -9274382 or 15891314. OLE color: 15891314.

HSL color Cylindrical-coordinate representation of color #727BF2: hue angle of 235.78º 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 #727BF2 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 114 123 242 -
CMYK 0.53 0.49 0 0.05
HSL 235.78º 0.83% 0.7% -
HSV(B) 235.78º 0.53% 0.95% -
XYZ 30.05 24.15 87.08 -
YUV 133.88 189.02 113.82 -
System Red Green Blue C M Y K H S L
Decimal 114 123 242 0.53 0.49 0 0.05 235.78 0.83 0.7
Hex 72 7B F2 35 31 0 5 EC 53 46
Octal 162 173 362 65 61 0 5 354 123 106
Binary 1110010 1111011 11110010 110101 110001 0 101 11101100 1010011 1000110

Color Harmonies of #727BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BF2

Black with #727BF2

Text Example


Text Example

White with #727BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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