Html Css Color HEX #8895BE Wild Blue Yonder

📋 copy color: '#8895BE'

red 136 ◦ green 149 ◦ blue 190

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

Shades of Wild Blue Yonder #8895BE

Tints of Wild Blue Yonder #8895BE

RGB

 RED value IS 136 (53.52% from 255) = 28.63%

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

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

R = 28.63%
G = 31.37%
B = 40%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8895BE (or 0x8895BE) is known color: Wild Blue Yonder. HEX triplet: 88, 95 and BE. RGB value is (136,149,190). Sum of RGB (Red+Green+Blue) = 136+149+190=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #8895BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895BE is #776A41. Grayscale: #959595. Windows color (decimal): -7825986 or 12490120. OLE color: 12490120.

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

Color convert

RGB 136 149 190 -
CMYK 0.28 0.22 0 0.25
HSL 225.56º 0.29% 0.64% -
HSV(B) 225.56º 0.28% 0.75% -
XYZ 30.2 30.45 53 -
YUV 149.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 136 149 190 0.28 0.22 0 0.25 225.56 0.29 0.64
Hex 88 95 BE 1C 16 0 19 E2 1D 40
Octal 210 225 276 34 26 0 31 342 35 100
Binary 10001000 10010101 10111110 11100 10110 0 11001 11100010 11101 1000000

Color Harmonies of #8895BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8895BE

Black with #8895BE

Text Example


Text Example

White with #8895BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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