Html Css Color HEX #7C8DBC Wild Blue Yonder

📋 copy color: '#7C8DBC'

red 124 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #7C8DBC

Tints of Wild Blue Yonder #7C8DBC

RGB

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

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

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

R = 27.37%
G = 31.13%
B = 41.5%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C8DBC (or 0x7C8DBC) is known color: Wild Blue Yonder. HEX triplet: 7C, 8D and BC. RGB value is (124,141,188). Sum of RGB (Red+Green+Blue) = 124+141+188=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DBC is #837243. Grayscale: #8D8D8D. Windows color (decimal): -8614468 or 12356988. OLE color: 12356988.

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

Color convert

RGB 124 141 188 -
CMYK 0.34 0.25 0 0.26
HSL 224.06º 0.32% 0.61% -
HSV(B) 224.06º 0.34% 0.74% -
XYZ 26.91 26.97 51.36 -
YUV 141.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 124 141 188 0.34 0.25 0 0.26 224.06 0.32 0.61
Hex 7C 8D BC 22 19 0 1A E0 20 3D
Octal 174 215 274 42 31 0 32 340 40 75
Binary 1111100 10001101 10111100 100010 11001 0 11010 11100000 100000 111101

Color Harmonies of #7C8DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8DBC

Black with #7C8DBC

Text Example


Text Example

White with #7C8DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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