Html Css Color HEX #7895BE Wild Blue Yonder

📋 copy color: '#7895BE'

red 120 ◦ green 149 ◦ blue 190

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

Shades of Wild Blue Yonder #7895BE

Tints of Wild Blue Yonder #7895BE

RGB

 RED value IS 120 (47.27% from 255) = 26.14%

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

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

R = 26.14%
G = 32.46%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7895BE (or 0x7895BE) is known color: Wild Blue Yonder. HEX triplet: 78, 95 and BE. RGB value is (120,149,190). Sum of RGB (Red+Green+Blue) = 120+149+190=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7895BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7895BE is #876A41. Grayscale: #909090. Windows color (decimal): -8874562 or 12490104. OLE color: 12490104.

HSL color Cylindrical-coordinate representation of color #7895BE: hue angle of 215.14º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7895BE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 149 190 -
CMYK 0.37 0.22 0 0.25
HSL 215.14º 0.35% 0.61% -
HSV(B) 215.14º 0.37% 0.75% -
XYZ 27.79 29.21 52.89 -
YUV 145 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 120 149 190 0.37 0.22 0 0.25 215.14 0.35 0.61
Hex 78 95 BE 25 16 0 19 D7 23 3D
Octal 170 225 276 45 26 0 31 327 43 75
Binary 1111000 10010101 10111110 100101 10110 0 11001 11010111 100011 111101

Color Harmonies of #7895BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7895BE

Black with #7895BE

Text Example


Text Example

White with #7895BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7895BE; }

 p { color: rgb(120,149,190); }

 H1.HeaderClassName
 {
   color: #7895BE;
 }
 .AnyTagClassName
 {
   color: #7895BE;
 }
</style>

background-color css

<style>
 a { background-color: #7895BE; }

 a { background-color: rgb(120,149,190); }

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

border-color css

<style>
 span { border-color: #7895BE; }

 span { border-color: rgb(120,149,190); }

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