Html Css Color HEX #727ECE Wild Blue Yonder

📋 copy color: '#727ECE'

red 114 ◦ green 126 ◦ blue 206

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

Shades of Wild Blue Yonder #727ECE

Tints of Wild Blue Yonder #727ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 25.56%
G = 28.25%
B = 46.19%

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

#727ECE (or 0x727ECE) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and CE. RGB value is (114,126,206). Sum of RGB (Red+Green+Blue) = 114+126+206=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #727ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ECE is #8D8131. Grayscale: #838383. Windows color (decimal): -9273650 or 13532786. OLE color: 13532786.

HSL color Cylindrical-coordinate representation of color #727ECE: hue angle of 232.17º degrees, saturation: 0.48, 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 #727ECE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 126 206 -
CMYK 0.45 0.39 0 0.19
HSL 232.17º 0.48% 0.63% -
HSV(B) 232.17º 0.45% 0.81% -
XYZ 25.54 22.96 61.48 -
YUV 131.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 114 126 206 0.45 0.39 0 0.19 232.17 0.48 0.63
Hex 72 7E CE 2D 27 0 13 E8 30 3F
Octal 162 176 316 55 47 0 23 350 60 77
Binary 1110010 1111110 11001110 101101 100111 0 10011 11101000 110000 111111

Color Harmonies of #727ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ECE

Black with #727ECE

Text Example


Text Example

White with #727ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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