Html Css Color HEX #727ECF Wild Blue Yonder

📋 copy color: '#727ECF'

red 114 ◦ green 126 ◦ blue 207

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

Shades of Wild Blue Yonder #727ECF

Tints of Wild Blue Yonder #727ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 25.5%
G = 28.19%
B = 46.31%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727ECF (or 0x727ECF) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and CF. RGB value is (114,126,207). Sum of RGB (Red+Green+Blue) = 114+126+207=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #727ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ECF is #8D8130. Grayscale: #838383. Windows color (decimal): -9273649 or 13598322. OLE color: 13598322.

HSL color Cylindrical-coordinate representation of color #727ECF: hue angle of 232.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727ECF is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 126 207 -
CMYK 0.45 0.39 0 0.19
HSL 232.26º 0.49% 0.63% -
HSV(B) 232.26º 0.45% 0.81% -
XYZ 25.66 23 62.12 -
YUV 131.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 114 126 207 0.45 0.39 0 0.19 232.26 0.49 0.63
Hex 72 7E CF 2D 27 0 13 E8 31 3F
Octal 162 176 317 55 47 0 23 350 61 77
Binary 1110010 1111110 11001111 101101 100111 0 10011 11101000 110001 111111

Color Harmonies of #727ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ECF

Black with #727ECF

Text Example


Text Example

White with #727ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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