Html Css Color HEX #727DBB Wild Blue Yonder

📋 copy color: '#727DBB'

red 114 ◦ green 125 ◦ blue 187

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

Shades of Wild Blue Yonder #727DBB

Tints of Wild Blue Yonder #727DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 26.76%
G = 29.34%
B = 43.9%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727DBB (or 0x727DBB) is known color: Wild Blue Yonder. HEX triplet: 72, 7D and BB. RGB value is (114,125,187). Sum of RGB (Red+Green+Blue) = 114+125+187=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #727DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727DBB is #8D8244. Grayscale: #808080. Windows color (decimal): -9273925 or 12287346. OLE color: 12287346.

HSL color Cylindrical-coordinate representation of color #727DBB: hue angle of 230.96º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727DBB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 125 187 -
CMYK 0.39 0.33 0 0.27
HSL 230.96º 0.35% 0.59% -
HSV(B) 230.96º 0.39% 0.73% -
XYZ 23.24 21.83 50 -
YUV 128.78 160.86 117.46 -
System Red Green Blue C M Y K H S L
Decimal 114 125 187 0.39 0.33 0 0.27 230.96 0.35 0.59
Hex 72 7D BB 27 21 0 1B E7 23 3B
Octal 162 175 273 47 41 0 33 347 43 73
Binary 1110010 1111101 10111011 100111 100001 0 11011 11100111 100011 111011

Color Harmonies of #727DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727DBB

Black with #727DBB

Text Example


Text Example

White with #727DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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