Html Css Color HEX #727CB1 Wild Blue Yonder

📋 copy color: '#727CB1'

red 114 ◦ green 124 ◦ blue 177

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

Shades of Wild Blue Yonder #727CB1

Tints of Wild Blue Yonder #727CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 27.47%
G = 29.88%
B = 42.65%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#727CB1 (or 0x727CB1) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and B1. RGB value is (114,124,177). Sum of RGB (Red+Green+Blue) = 114+124+177=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 177 - color contains mainly: blue. Hex color #727CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CB1 is #8D834E. Grayscale: #7E7E7E. Windows color (decimal): -9274191 or 11631730. OLE color: 11631730.

HSL color Cylindrical-coordinate representation of color #727CB1: hue angle of 230.48º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727CB1 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 124 177 -
CMYK 0.36 0.30 0 0.31
HSL 230.48º 0.29% 0.57% -
HSV(B) 230.48º 0.36% 0.69% -
XYZ 22.08 21.17 44.52 -
YUV 127.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 114 124 177 0.36 0.30 0 0.31 230.48 0.29 0.57
Hex 72 7C B1 24 1E 0 1F E6 1D 39
Octal 162 174 261 44 36 0 37 346 35 71
Binary 1110010 1111100 10110001 100100 11110 0 11111 11100110 11101 111001

Color Harmonies of #727CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CB1

Black with #727CB1

Text Example


Text Example

White with #727CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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