Html Css Color HEX #727FBE Wild Blue Yonder

📋 copy color: '#727FBE'

red 114 ◦ green 127 ◦ blue 190

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

Shades of Wild Blue Yonder #727FBE

Tints of Wild Blue Yonder #727FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 26.45%
G = 29.47%
B = 44.08%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727FBE (or 0x727FBE) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and BE. RGB value is (114,127,190). Sum of RGB (Red+Green+Blue) = 114+127+190=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #727FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBE is #8D8041. Grayscale: #828282. Windows color (decimal): -9273410 or 12484466. OLE color: 12484466.

HSL color Cylindrical-coordinate representation of color #727FBE: hue angle of 229.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #727FBE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 127 190 -
CMYK 0.40 0.33 0 0.25
HSL 229.74º 0.37% 0.6% -
HSV(B) 229.74º 0.4% 0.75% -
XYZ 23.82 22.47 51.8 -
YUV 130.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 114 127 190 0.40 0.33 0 0.25 229.74 0.37 0.6
Hex 72 7F BE 28 21 0 19 E6 25 3C
Octal 162 177 276 50 41 0 31 346 45 74
Binary 1110010 1111111 10111110 101000 100001 0 11001 11100110 100101 111100

Color Harmonies of #727FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FBE

Black with #727FBE

Text Example


Text Example

White with #727FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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