Html Css Color HEX #8087BC Wild Blue Yonder

📋 copy color: '#8087BC'

red 128 ◦ green 135 ◦ blue 188

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

Shades of Wild Blue Yonder #8087BC

Tints of Wild Blue Yonder #8087BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 28.38%
G = 29.93%
B = 41.69%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8087BC (or 0x8087BC) is known color: Wild Blue Yonder. HEX triplet: 80, 87 and BC. RGB value is (128,135,188). Sum of RGB (Red+Green+Blue) = 128+135+188=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #8087BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8087BC is #7F7843. Grayscale: #8A8A8A. Windows color (decimal): -8353860 or 12355456. OLE color: 12355456.

HSL color Cylindrical-coordinate representation of color #8087BC: hue angle of 233º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8087BC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 135 188 -
CMYK 0.32 0.28 0 0.26
HSL 233º 0.31% 0.62% -
HSV(B) 233º 0.32% 0.74% -
XYZ 26.64 25.55 51.1 -
YUV 138.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 128 135 188 0.32 0.28 0 0.26 233 0.31 0.62
Hex 80 87 BC 20 1C 0 1A E9 1F 3E
Octal 200 207 274 40 34 0 32 351 37 76
Binary 10000000 10000111 10111100 100000 11100 0 11010 11101001 11111 111110

Color Harmonies of #8087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8087BC

Black with #8087BC

Text Example


Text Example

White with #8087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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