Html Css Color HEX #727EC2 Wild Blue Yonder

📋 copy color: '#727EC2'

red 114 ◦ green 126 ◦ blue 194

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

Shades of Wild Blue Yonder #727EC2

Tints of Wild Blue Yonder #727EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.7%

R = 26.27%
G = 29.03%
B = 44.7%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#727EC2 (or 0x727EC2) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and C2. RGB value is (114,126,194). Sum of RGB (Red+Green+Blue) = 114+126+194=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #727EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EC2 is #8D813D. Grayscale: #818181. Windows color (decimal): -9273662 or 12746354. OLE color: 12746354.

HSL color Cylindrical-coordinate representation of color #727EC2: hue angle of 231º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727EC2 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 126 194 -
CMYK 0.41 0.35 0 0.24
HSL 231º 0.4% 0.6% -
HSV(B) 231º 0.41% 0.76% -
XYZ 24.14 22.39 54.09 -
YUV 130.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 114 126 194 0.41 0.35 0 0.24 231 0.4 0.6
Hex 72 7E C2 29 23 0 18 E7 28 3C
Octal 162 176 302 51 43 0 30 347 50 74
Binary 1110010 1111110 11000010 101001 100011 0 11000 11100111 101000 111100

Color Harmonies of #727EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727EC2

Black with #727EC2

Text Example


Text Example

White with #727EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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