Html Css Color HEX #7C8EB9 Wild Blue Yonder

📋 copy color: '#7C8EB9'

red 124 ◦ green 142 ◦ blue 185

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

Shades of Wild Blue Yonder #7C8EB9

Tints of Wild Blue Yonder #7C8EB9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

 BLUE value IS 185 (72.66% from 255) = 41.02%

R = 27.49%
G = 31.49%
B = 41.02%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C8EB9 (or 0x7C8EB9) is known color: Wild Blue Yonder. HEX triplet: 7C, 8E and B9. RGB value is (124,142,185). Sum of RGB (Red+Green+Blue) = 124+142+185=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C8EB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EB9 is #837146. Grayscale: #8D8D8D. Windows color (decimal): -8614215 or 12160636. OLE color: 12160636.

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

Color convert

RGB 124 142 185 -
CMYK 0.33 0.23 0 0.27
HSL 222.3º 0.3% 0.61% -
HSV(B) 222.3º 0.33% 0.73% -
XYZ 26.74 27.13 49.73 -
YUV 141.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 124 142 185 0.33 0.23 0 0.27 222.3 0.3 0.61
Hex 7C 8E B9 21 17 0 1B DE 1E 3D
Octal 174 216 271 41 27 0 33 336 36 75
Binary 1111100 10001110 10111001 100001 10111 0 11011 11011110 11110 111101

Color Harmonies of #7C8EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8EB9

Black with #7C8EB9

Text Example


Text Example

White with #7C8EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,142,185); }

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

background-color css

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

 a { background-color: rgb(124,142,185); }

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

border-color css

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

 span { border-color: rgb(124,142,185); }

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