Html Css Color HEX #7C81BB Wild Blue Yonder

📋 copy color: '#7C81BB'

red 124 ◦ green 129 ◦ blue 187

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

Shades of Wild Blue Yonder #7C81BB

Tints of Wild Blue Yonder #7C81BB

RGB

 RED value IS 124 (48.83% from 255) = 28.18%

 GREEN value IS 129 (50.78% from 255) = 29.32%

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

R = 28.18%
G = 29.32%
B = 42.5%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C81BB (or 0x7C81BB) is known color: Wild Blue Yonder. HEX triplet: 7C, 81 and BB. RGB value is (124,129,187). Sum of RGB (Red+Green+Blue) = 124+129+187=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C81BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81BB is #837E44. Grayscale: #858585. Windows color (decimal): -8617541 or 12288380. OLE color: 12288380.

HSL color Cylindrical-coordinate representation of color #7C81BB: hue angle of 235.24º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C81BB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 129 187 -
CMYK 0.34 0.31 0 0.27
HSL 235.24º 0.32% 0.61% -
HSV(B) 235.24º 0.34% 0.73% -
XYZ 25.13 23.57 50.24 -
YUV 134.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 124 129 187 0.34 0.31 0 0.27 235.24 0.32 0.61
Hex 7C 81 BB 22 1F 0 1B EB 20 3D
Octal 174 201 273 42 37 0 33 353 40 75
Binary 1111100 10000001 10111011 100010 11111 0 11011 11101011 100000 111101

Color Harmonies of #7C81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C81BB

Black with #7C81BB

Text Example


Text Example

White with #7C81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C81BB; }

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

 H1.HeaderClassName
 {
   color: #7C81BB;
 }
 .AnyTagClassName
 {
   color: #7C81BB;
 }
</style>

background-color css

<style>
 a { background-color: #7C81BB; }

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

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

border-color css

<style>
 span { border-color: #7C81BB; }

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

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