Html Css Color HEX #727CBA Wild Blue Yonder

📋 copy color: '#727CBA'

red 114 ◦ green 124 ◦ blue 186

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

Shades of Wild Blue Yonder #727CBA

Tints of Wild Blue Yonder #727CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.87%

R = 26.89%
G = 29.25%
B = 43.87%

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

#727CBA (or 0x727CBA) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and BA. RGB value is (114,124,186). Sum of RGB (Red+Green+Blue) = 114+124+186=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #727CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBA is #8D8345. Grayscale: #7F7F7F. Windows color (decimal): -9274182 or 12221554. OLE color: 12221554.

HSL color Cylindrical-coordinate representation of color #727CBA: hue angle of 231.67º degrees, saturation: 0.34, 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 #727CBA is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 124 186 -
CMYK 0.39 0.33 0 0.27
HSL 231.67º 0.34% 0.59% -
HSV(B) 231.67º 0.39% 0.73% -
XYZ 23.01 21.54 49.4 -
YUV 128.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 114 124 186 0.39 0.33 0 0.27 231.67 0.34 0.59
Hex 72 7C BA 27 21 0 1B E8 22 3B
Octal 162 174 272 47 41 0 33 350 42 73
Binary 1110010 1111100 10111010 100111 100001 0 11011 11101000 100010 111011

Color Harmonies of #727CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CBA

Black with #727CBA

Text Example


Text Example

White with #727CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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