Html Css Color HEX #7C95BC Wild Blue Yonder

📋 copy color: '#7C95BC'

red 124 ◦ green 149 ◦ blue 188

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

Shades of Wild Blue Yonder #7C95BC

Tints of Wild Blue Yonder #7C95BC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 26.9%
G = 32.32%
B = 40.78%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7C95BC (or 0x7C95BC) is known color: Wild Blue Yonder. HEX triplet: 7C, 95 and BC. RGB value is (124,149,188). Sum of RGB (Red+Green+Blue) = 124+149+188=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C95BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C95BC is #836A43. Grayscale: #919191. Windows color (decimal): -8612420 or 12359036. OLE color: 12359036.

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

Color convert

RGB 124 149 188 -
CMYK 0.34 0.21 0 0.26
HSL 216.56º 0.32% 0.61% -
HSV(B) 216.56º 0.34% 0.74% -
XYZ 28.14 29.41 51.77 -
YUV 145.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 124 149 188 0.34 0.21 0 0.26 216.56 0.32 0.61
Hex 7C 95 BC 22 15 0 1A D9 20 3D
Octal 174 225 274 42 25 0 32 331 40 75
Binary 1111100 10010101 10111100 100010 10101 0 11010 11011001 100000 111101

Color Harmonies of #7C95BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C95BC

Black with #7C95BC

Text Example


Text Example

White with #7C95BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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