Html Css Color HEX #727DBE Wild Blue Yonder

📋 copy color: '#727DBE'

red 114 ◦ green 125 ◦ blue 190

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

Shades of Wild Blue Yonder #727DBE

Tints of Wild Blue Yonder #727DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 26.57%
G = 29.14%
B = 44.29%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#727DBE (or 0x727DBE) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and BE. RGB value is (114,125,190). Sum of RGB (Red+Green+Blue) = 114+125+190=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #727DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DBE is #8D8241. Grayscale: #808080. Windows color (decimal): -9273922 or 12483954. OLE color: 12483954.

HSL color Cylindrical-coordinate representation of color #727DBE: hue angle of 231.32º 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 #727DBE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 125 190 -
CMYK 0.40 0.34 0 0.25
HSL 231.32º 0.37% 0.6% -
HSV(B) 231.32º 0.4% 0.75% -
XYZ 23.57 21.96 51.71 -
YUV 129.12 162.36 117.21 -
System Red Green Blue C M Y K H S L
Decimal 114 125 190 0.40 0.34 0 0.25 231.32 0.37 0.6
Hex 72 7D BE 28 22 0 19 E7 25 3C
Octal 162 175 276 50 42 0 31 347 45 74
Binary 1110010 1111101 10111110 101000 100010 0 11001 11100111 100101 111100

Color Harmonies of #727DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DBE

Black with #727DBE

Text Example


Text Example

White with #727DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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