Html Css Color HEX #727ED1 Wild Blue Yonder

📋 copy color: '#727ED1'

red 114 ◦ green 126 ◦ blue 209

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

Shades of Wild Blue Yonder #727ED1

Tints of Wild Blue Yonder #727ED1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 209 (82.03% from 255) = 46.55%

R = 25.39%
G = 28.06%
B = 46.55%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#727ED1 (or 0x727ED1) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and D1. RGB value is (114,126,209). Sum of RGB (Red+Green+Blue) = 114+126+209=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #727ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ED1 is #8D812E. Grayscale: #838383. Windows color (decimal): -9273647 or 13729394. OLE color: 13729394.

HSL color Cylindrical-coordinate representation of color #727ED1: hue angle of 232.42º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727ED1 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 126 209 -
CMYK 0.45 0.40 0 0.18
HSL 232.42º 0.51% 0.63% -
HSV(B) 232.42º 0.45% 0.82% -
XYZ 25.91 23.1 63.42 -
YUV 131.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 114 126 209 0.45 0.40 0 0.18 232.42 0.51 0.63
Hex 72 7E D1 2D 28 0 12 E8 33 3F
Octal 162 176 321 55 50 0 22 350 63 77
Binary 1110010 1111110 11010001 101101 101000 0 10010 11101000 110011 111111

Color Harmonies of #727ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ED1

Black with #727ED1

Text Example


Text Example

White with #727ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,126,209); }

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

background-color css

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

 a { background-color: rgb(114,126,209); }

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

border-color css

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

 span { border-color: rgb(114,126,209); }

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