Html Css Color HEX #7C8DBB Wild Blue Yonder

📋 copy color: '#7C8DBB'

red 124 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #7C8DBB

Tints of Wild Blue Yonder #7C8DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

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

R = 27.43%
G = 31.19%
B = 41.37%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C8DBB (or 0x7C8DBB) is known color: Wild Blue Yonder. HEX triplet: 7C, 8D and BB. RGB value is (124,141,187). Sum of RGB (Red+Green+Blue) = 124+141+187=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 187 (73.44% from 255 or 41.37% from 452); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C8DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DBB is #837244. Grayscale: #8C8C8C. Windows color (decimal): -8614469 or 12291452. OLE color: 12291452.

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

Color convert

RGB 124 141 187 -
CMYK 0.34 0.25 0 0.27
HSL 223.81º 0.32% 0.61% -
HSV(B) 223.81º 0.34% 0.73% -
XYZ 26.81 26.92 50.8 -
YUV 141.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 124 141 187 0.34 0.25 0 0.27 223.81 0.32 0.61
Hex 7C 8D BB 22 19 0 1B E0 20 3D
Octal 174 215 273 42 31 0 33 340 40 75
Binary 1111100 10001101 10111011 100010 11001 0 11011 11100000 100000 111101

Color Harmonies of #7C8DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8DBB

Black with #7C8DBB

Text Example


Text Example

White with #7C8DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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