Html Css Color HEX #727FBC Wild Blue Yonder

📋 copy color: '#727FBC'

red 114 ◦ green 127 ◦ blue 188

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

Shades of Wild Blue Yonder #727FBC

Tints of Wild Blue Yonder #727FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 26.57%
G = 29.6%
B = 43.82%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727FBC (or 0x727FBC) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and BC. RGB value is (114,127,188). Sum of RGB (Red+Green+Blue) = 114+127+188=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #727FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBC is #8D8043. Grayscale: #818181. Windows color (decimal): -9273412 or 12353394. OLE color: 12353394.

HSL color Cylindrical-coordinate representation of color #727FBC: hue angle of 229.46º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727FBC is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 127 188 -
CMYK 0.39 0.32 0 0.26
HSL 229.46º 0.36% 0.59% -
HSV(B) 229.46º 0.39% 0.74% -
XYZ 23.61 22.39 50.65 -
YUV 130.07 160.69 116.54 -
System Red Green Blue C M Y K H S L
Decimal 114 127 188 0.39 0.32 0 0.26 229.46 0.36 0.59
Hex 72 7F BC 27 20 0 1A E5 24 3B
Octal 162 177 274 47 40 0 32 345 44 73
Binary 1110010 1111111 10111100 100111 100000 0 11010 11100101 100100 111011

Color Harmonies of #727FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FBC

Black with #727FBC

Text Example


Text Example

White with #727FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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