Html Css Color HEX #8087BE Wild Blue Yonder

📋 copy color: '#8087BE'

red 128 ◦ green 135 ◦ blue 190

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

Shades of Wild Blue Yonder #8087BE

Tints of Wild Blue Yonder #8087BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.8%

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

R = 28.26%
G = 29.8%
B = 41.94%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8087BE (or 0x8087BE) is known color: Wild Blue Yonder. HEX triplet: 80, 87 and BE. RGB value is (128,135,190). Sum of RGB (Red+Green+Blue) = 128+135+190=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #8087BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087BE is #7F7841. Grayscale: #8A8A8A. Windows color (decimal): -8353858 or 12486528. OLE color: 12486528.

HSL color Cylindrical-coordinate representation of color #8087BE: hue angle of 233.23º 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 #8087BE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 135 190 -
CMYK 0.33 0.29 0 0.25
HSL 233.23º 0.32% 0.62% -
HSV(B) 233.23º 0.33% 0.75% -
XYZ 26.86 25.63 52.25 -
YUV 139.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 128 135 190 0.33 0.29 0 0.25 233.23 0.32 0.62
Hex 80 87 BE 21 1D 0 19 E9 20 3E
Octal 200 207 276 41 35 0 31 351 40 76
Binary 10000000 10000111 10111110 100001 11101 0 11001 11101001 100000 111110

Color Harmonies of #8087BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087BE

Black with #8087BE

Text Example


Text Example

White with #8087BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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