Html Css Color HEX #8096BE Wild Blue Yonder

📋 copy color: '#8096BE'

red 128 ◦ green 150 ◦ blue 190

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

Shades of Wild Blue Yonder #8096BE

Tints of Wild Blue Yonder #8096BE

RGB

 RED value IS 128 (50.39% from 255) = 27.35%

 GREEN value IS 150 (58.98% from 255) = 32.05%

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

R = 27.35%
G = 32.05%
B = 40.6%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8096BE (or 0x8096BE) is known color: Wild Blue Yonder. HEX triplet: 80, 96 and BE. RGB value is (128,150,190). Sum of RGB (Red+Green+Blue) = 128+150+190=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #8096BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8096BE is #7F6941. Grayscale: #939393. Windows color (decimal): -8350018 or 12490368. OLE color: 12490368.

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

Color convert

RGB 128 150 190 -
CMYK 0.33 0.21 0 0.25
HSL 218.71º 0.32% 0.62% -
HSV(B) 218.71º 0.33% 0.75% -
XYZ 29.1 30.12 52.99 -
YUV 147.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 128 150 190 0.33 0.21 0 0.25 218.71 0.32 0.62
Hex 80 96 BE 21 15 0 19 DB 20 3E
Octal 200 226 276 41 25 0 31 333 40 76
Binary 10000000 10010110 10111110 100001 10101 0 11001 11011011 100000 111110

Color Harmonies of #8096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8096BE

Black with #8096BE

Text Example


Text Example

White with #8096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,150,190); }

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

background-color css

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

 a { background-color: rgb(128,150,190); }

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

border-color css

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

 span { border-color: rgb(128,150,190); }

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