Html Css Color HEX #727CBB Wild Blue Yonder

📋 copy color: '#727CBB'

red 114 ◦ green 124 ◦ blue 187

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

Shades of Wild Blue Yonder #727CBB

Tints of Wild Blue Yonder #727CBB

RGB

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

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

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

R = 26.82%
G = 29.18%
B = 44%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#727CBB (or 0x727CBB) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and BB. RGB value is (114,124,187). Sum of RGB (Red+Green+Blue) = 114+124+187=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #727CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBB is #8D8344. Grayscale: #7F7F7F. Windows color (decimal): -9274181 or 12287090. OLE color: 12287090.

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

Color convert

RGB 114 124 187 -
CMYK 0.39 0.34 0 0.27
HSL 231.78º 0.35% 0.59% -
HSV(B) 231.78º 0.39% 0.73% -
XYZ 23.12 21.58 49.96 -
YUV 128.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 114 124 187 0.39 0.34 0 0.27 231.78 0.35 0.59
Hex 72 7C BB 27 22 0 1B E8 23 3B
Octal 162 174 273 47 42 0 33 350 43 73
Binary 1110010 1111100 10111011 100111 100010 0 11011 11101000 100011 111011

Color Harmonies of #727CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CBB

Black with #727CBB

Text Example


Text Example

White with #727CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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