Html Css Color HEX #727FCE Wild Blue Yonder

📋 copy color: '#727FCE'

red 114 ◦ green 127 ◦ blue 206

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

Shades of Wild Blue Yonder #727FCE

Tints of Wild Blue Yonder #727FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

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

R = 25.5%
G = 28.41%
B = 46.09%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727FCE (or 0x727FCE) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and CE. RGB value is (114,127,206). Sum of RGB (Red+Green+Blue) = 114+127+206=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #727FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FCE is #8D8031. Grayscale: #838383. Windows color (decimal): -9273394 or 13533042. OLE color: 13533042.

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

Color convert

RGB 114 127 206 -
CMYK 0.45 0.38 0 0.19
HSL 231.52º 0.48% 0.63% -
HSV(B) 231.52º 0.45% 0.81% -
XYZ 25.67 23.21 61.52 -
YUV 132.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 114 127 206 0.45 0.38 0 0.19 231.52 0.48 0.63
Hex 72 7F CE 2D 26 0 13 E8 30 3F
Octal 162 177 316 55 46 0 23 350 60 77
Binary 1110010 1111111 11001110 101101 100110 0 10011 11101000 110000 111111

Color Harmonies of #727FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FCE

Black with #727FCE

Text Example


Text Example

White with #727FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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