Html Css Color HEX #7C8CBC Wild Blue Yonder

📋 copy color: '#7C8CBC'

red 124 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #7C8CBC

Tints of Wild Blue Yonder #7C8CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 27.43%
G = 30.97%
B = 41.59%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C8CBC (or 0x7C8CBC) is known color: Wild Blue Yonder. HEX triplet: 7C, 8C and BC. RGB value is (124,140,188). Sum of RGB (Red+Green+Blue) = 124+140+188=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8CBC is #837343. Grayscale: #8C8C8C. Windows color (decimal): -8614724 or 12356732. OLE color: 12356732.

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

Color convert

RGB 124 140 188 -
CMYK 0.34 0.26 0 0.26
HSL 225º 0.32% 0.61% -
HSV(B) 225º 0.34% 0.74% -
XYZ 26.77 26.67 51.31 -
YUV 140.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 124 140 188 0.34 0.26 0 0.26 225 0.32 0.61
Hex 7C 8C BC 22 1A 0 1A E1 20 3D
Octal 174 214 274 42 32 0 32 341 40 75
Binary 1111100 10001100 10111100 100010 11010 0 11010 11100001 100000 111101

Color Harmonies of #7C8CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8CBC

Black with #7C8CBC

Text Example


Text Example

White with #7C8CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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