Html Css Color HEX #7C95BA Wild Blue Yonder

📋 copy color: '#7C95BA'

red 124 ◦ green 149 ◦ blue 186

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

Shades of Wild Blue Yonder #7C95BA

Tints of Wild Blue Yonder #7C95BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.52%

R = 27.02%
G = 32.46%
B = 40.52%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C95BA (or 0x7C95BA) is known color: Wild Blue Yonder. HEX triplet: 7C, 95 and BA. RGB value is (124,149,186). Sum of RGB (Red+Green+Blue) = 124+149+186=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C95BA is #836A45. Grayscale: #919191. Windows color (decimal): -8612422 or 12227964. OLE color: 12227964.

HSL color Cylindrical-coordinate representation of color #7C95BA: hue angle of 215.81º degrees, saturation: 0.31, 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 #7C95BA is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 149 186 -
CMYK 0.33 0.20 0 0.27
HSL 215.81º 0.31% 0.61% -
HSV(B) 215.81º 0.33% 0.73% -
XYZ 27.92 29.33 50.64 -
YUV 145.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 124 149 186 0.33 0.20 0 0.27 215.81 0.31 0.61
Hex 7C 95 BA 21 14 0 1B D8 1F 3D
Octal 174 225 272 41 24 0 33 330 37 75
Binary 1111100 10010101 10111010 100001 10100 0 11011 11011000 11111 111101

Color Harmonies of #7C95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C95BA

Black with #7C95BA

Text Example


Text Example

White with #7C95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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