Html Css Color HEX #7C80BB Wild Blue Yonder

📋 copy color: '#7C80BB'

red 124 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #7C80BB

Tints of Wild Blue Yonder #7C80BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 28.25%
G = 29.16%
B = 42.6%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C80BB (or 0x7C80BB) is known color: Wild Blue Yonder. HEX triplet: 7C, 80 and BB. RGB value is (124,128,187). Sum of RGB (Red+Green+Blue) = 124+128+187=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80BB is #837F44. Grayscale: #858585. Windows color (decimal): -8617797 or 12288124. OLE color: 12288124.

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

Color convert

RGB 124 128 187 -
CMYK 0.34 0.32 0 0.27
HSL 236.19º 0.32% 0.61% -
HSV(B) 236.19º 0.34% 0.73% -
XYZ 25 23.31 50.2 -
YUV 133.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 124 128 187 0.34 0.32 0 0.27 236.19 0.32 0.61
Hex 7C 80 BB 22 20 0 1B EC 20 3D
Octal 174 200 273 42 40 0 33 354 40 75
Binary 1111100 10000000 10111011 100010 100000 0 11011 11101100 100000 111101

Color Harmonies of #7C80BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C80BB

Black with #7C80BB

Text Example


Text Example

White with #7C80BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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