Html Css Color HEX #7D94BE Wild Blue Yonder

📋 copy color: '#7D94BE'

red 125 ◦ green 148 ◦ blue 190

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

Shades of Wild Blue Yonder #7D94BE

Tints of Wild Blue Yonder #7D94BE

RGB

 RED value IS 125 (49.22% from 255) = 27%

 GREEN value IS 148 (58.2% from 255) = 31.97%

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 27%
G = 31.97%
B = 41.04%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D94BE (or 0x7D94BE) is known color: Wild Blue Yonder. HEX triplet: 7D, 94 and BE. RGB value is (125,148,190). Sum of RGB (Red+Green+Blue) = 125+148+190=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D94BE is #826B41. Grayscale: #919191. Windows color (decimal): -8547138 or 12489853. OLE color: 12489853.

HSL color Cylindrical-coordinate representation of color #7D94BE: hue angle of 218.77º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D94BE is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 148 190 -
CMYK 0.34 0.22 0 0.25
HSL 218.77º 0.33% 0.62% -
HSV(B) 218.77º 0.34% 0.75% -
XYZ 28.34 29.26 52.87 -
YUV 145.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 125 148 190 0.34 0.22 0 0.25 218.77 0.33 0.62
Hex 7D 94 BE 22 16 0 19 DB 21 3E
Octal 175 224 276 42 26 0 31 333 41 76
Binary 1111101 10010100 10111110 100010 10110 0 11001 11011011 100001 111110

Color Harmonies of #7D94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D94BE

Black with #7D94BE

Text Example


Text Example

White with #7D94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,148,190); }

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

background-color css

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

 a { background-color: rgb(125,148,190); }

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

border-color css

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

 span { border-color: rgb(125,148,190); }

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