Html Css Color HEX #727CBD Wild Blue Yonder

📋 copy color: '#727CBD'

red 114 ◦ green 124 ◦ blue 189

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

Shades of Wild Blue Yonder #727CBD

Tints of Wild Blue Yonder #727CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.04%

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 26.7%
G = 29.04%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727CBD (or 0x727CBD) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and BD. RGB value is (114,124,189). Sum of RGB (Red+Green+Blue) = 114+124+189=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #727CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBD is #8D8342. Grayscale: #808080. Windows color (decimal): -9274179 or 12418162. OLE color: 12418162.

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

Color convert

RGB 114 124 189 -
CMYK 0.40 0.34 0 0.26
HSL 232º 0.36% 0.59% -
HSV(B) 232º 0.4% 0.74% -
XYZ 23.33 21.67 51.1 -
YUV 128.42 162.19 117.71 -
System Red Green Blue C M Y K H S L
Decimal 114 124 189 0.40 0.34 0 0.26 232 0.36 0.59
Hex 72 7C BD 28 22 0 1A E8 24 3B
Octal 162 174 275 50 42 0 32 350 44 73
Binary 1110010 1111100 10111101 101000 100010 0 11010 11101000 100100 111011

Color Harmonies of #727CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CBD

Black with #727CBD

Text Example


Text Example

White with #727CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,189); }

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

background-color css

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

 a { background-color: rgb(114,124,189); }

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

border-color css

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

 span { border-color: rgb(114,124,189); }

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