Html Css Color HEX #808FBE Wild Blue Yonder

📋 copy color: '#808FBE'

red 128 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #808FBE

Tints of Wild Blue Yonder #808FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 27.77%
G = 31.02%
B = 41.21%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#808FBE (or 0x808FBE) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and BE. RGB value is (128,143,190). Sum of RGB (Red+Green+Blue) = 128+143+190=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #808FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBE is #7F7041. Grayscale: #8F8F8F. Windows color (decimal): -8351810 or 12488576. OLE color: 12488576.

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

Color convert

RGB 128 143 190 -
CMYK 0.33 0.25 0 0.25
HSL 225.48º 0.32% 0.62% -
HSV(B) 225.48º 0.33% 0.75% -
XYZ 28.02 27.95 52.63 -
YUV 143.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 128 143 190 0.33 0.25 0 0.25 225.48 0.32 0.62
Hex 80 8F BE 21 19 0 19 E1 20 3E
Octal 200 217 276 41 31 0 31 341 40 76
Binary 10000000 10001111 10111110 100001 11001 0 11001 11100001 100000 111110

Color Harmonies of #808FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FBE

Black with #808FBE

Text Example


Text Example

White with #808FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808FBE; }

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

 H1.HeaderClassName
 {
   color: #808FBE;
 }
 .AnyTagClassName
 {
   color: #808FBE;
 }
</style>

background-color css

<style>
 a { background-color: #808FBE; }

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

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

border-color css

<style>
 span { border-color: #808FBE; }

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

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