Html Css Color HEX #7C95BD Wild Blue Yonder

📋 copy color: '#7C95BD'

red 124 ◦ green 149 ◦ blue 189

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

Shades of Wild Blue Yonder #7C95BD

Tints of Wild Blue Yonder #7C95BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 26.84%
G = 32.25%
B = 40.91%

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

#7C95BD (or 0x7C95BD) is known color: Wild Blue Yonder. HEX triplet: 7C, 95 and BD. RGB value is (124,149,189). Sum of RGB (Red+Green+Blue) = 124+149+189=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C95BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C95BD is #836A42. Grayscale: #919191. Windows color (decimal): -8612419 or 12424572. OLE color: 12424572.

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

Color convert

RGB 124 149 189 -
CMYK 0.34 0.21 0 0.26
HSL 216.92º 0.33% 0.61% -
HSV(B) 216.92º 0.34% 0.74% -
XYZ 28.24 29.45 52.34 -
YUV 146.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 124 149 189 0.34 0.21 0 0.26 216.92 0.33 0.61
Hex 7C 95 BD 22 15 0 1A D9 21 3D
Octal 174 225 275 42 25 0 32 331 41 75
Binary 1111100 10010101 10111101 100010 10101 0 11010 11011001 100001 111101

Color Harmonies of #7C95BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C95BD

Black with #7C95BD

Text Example


Text Example

White with #7C95BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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