Html Css Color HEX #727CBC Wild Blue Yonder

📋 copy color: '#727CBC'

red 114 ◦ green 124 ◦ blue 188

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

Shades of Wild Blue Yonder #727CBC

Tints of Wild Blue Yonder #727CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.13%

R = 26.76%
G = 29.11%
B = 44.13%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#727CBC (or 0x727CBC) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and BC. RGB value is (114,124,188). Sum of RGB (Red+Green+Blue) = 114+124+188=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 188 - color contains mainly: blue. Hex color #727CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CBC is #8D8343. Grayscale: #808080. Windows color (decimal): -9274180 or 12352626. OLE color: 12352626.

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

Color convert

RGB 114 124 188 -
CMYK 0.39 0.34 0 0.26
HSL 231.89º 0.36% 0.59% -
HSV(B) 231.89º 0.39% 0.74% -
XYZ 23.22 21.62 50.53 -
YUV 128.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 114 124 188 0.39 0.34 0 0.26 231.89 0.36 0.59
Hex 72 7C BC 27 22 0 1A E8 24 3B
Octal 162 174 274 47 42 0 32 350 44 73
Binary 1110010 1111100 10111100 100111 100010 0 11010 11101000 100100 111011

Color Harmonies of #727CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CBC

Black with #727CBC

Text Example


Text Example

White with #727CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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