Html Css Color HEX #8090B9 Wild Blue Yonder

📋 copy color: '#8090B9'

red 128 ◦ green 144 ◦ blue 185

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

Shades of Wild Blue Yonder #8090B9

Tints of Wild Blue Yonder #8090B9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

 BLUE value IS 185 (72.66% from 255) = 40.48%

R = 28.01%
G = 31.51%
B = 40.48%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8090B9 (or 0x8090B9) is known color: Wild Blue Yonder. HEX triplet: 80, 90 and B9. RGB value is (128,144,185). Sum of RGB (Red+Green+Blue) = 128+144+185=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #8090B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8090B9 is #7F6F46. Grayscale: #8F8F8F. Windows color (decimal): -8351559 or 12161152. OLE color: 12161152.

HSL color Cylindrical-coordinate representation of color #8090B9: hue angle of 223.16º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8090B9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 144 185 -
CMYK 0.31 0.22 0 0.27
HSL 223.16º 0.29% 0.61% -
HSV(B) 223.16º 0.31% 0.73% -
XYZ 27.63 28.04 49.85 -
YUV 143.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 128 144 185 0.31 0.22 0 0.27 223.16 0.29 0.61
Hex 80 90 B9 1F 16 0 1B DF 1D 3D
Octal 200 220 271 37 26 0 33 337 35 75
Binary 10000000 10010000 10111001 11111 10110 0 11011 11011111 11101 111101

Color Harmonies of #8090B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8090B9

Black with #8090B9

Text Example


Text Example

White with #8090B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8090B9; }

 p { color: rgb(128,144,185); }

 H1.HeaderClassName
 {
   color: #8090B9;
 }
 .AnyTagClassName
 {
   color: #8090B9;
 }
</style>

background-color css

<style>
 a { background-color: #8090B9; }

 a { background-color: rgb(128,144,185); }

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

border-color css

<style>
 span { border-color: #8090B9; }

 span { border-color: rgb(128,144,185); }

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