Html Css Color HEX #727FC0 Wild Blue Yonder

📋 copy color: '#727FC0'

red 114 ◦ green 127 ◦ blue 192

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

Shades of Wild Blue Yonder #727FC0

Tints of Wild Blue Yonder #727FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 26.33%
G = 29.33%
B = 44.34%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727FC0 (or 0x727FC0) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and C0. RGB value is (114,127,192). Sum of RGB (Red+Green+Blue) = 114+127+192=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #727FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FC0 is #8D803F. Grayscale: #828282. Windows color (decimal): -9273408 or 12615538. OLE color: 12615538.

HSL color Cylindrical-coordinate representation of color #727FC0: hue angle of 230º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #727FC0 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 127 192 -
CMYK 0.41 0.34 0 0.25
HSL 230º 0.38% 0.6% -
HSV(B) 230º 0.41% 0.75% -
XYZ 24.04 22.56 52.96 -
YUV 130.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 114 127 192 0.41 0.34 0 0.25 230 0.38 0.6
Hex 72 7F C0 29 22 0 19 E6 26 3C
Octal 162 177 300 51 42 0 31 346 46 74
Binary 1110010 1111111 11000000 101001 100010 0 11001 11100110 100110 111100

Color Harmonies of #727FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FC0

Black with #727FC0

Text Example


Text Example

White with #727FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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