Html Css Color HEX #808FBC Wild Blue Yonder

📋 copy color: '#808FBC'

red 128 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #808FBC

Tints of Wild Blue Yonder #808FBC

RGB

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

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

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

R = 27.89%
G = 31.15%
B = 40.96%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#808FBC (or 0x808FBC) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and BC. RGB value is (128,143,188). Sum of RGB (Red+Green+Blue) = 128+143+188=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #808FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBC is #7F7043. Grayscale: #8F8F8F. Windows color (decimal): -8351812 or 12357504. OLE color: 12357504.

HSL color Cylindrical-coordinate representation of color #808FBC: hue angle of 225º 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 #808FBC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 143 188 -
CMYK 0.32 0.24 0 0.26
HSL 225º 0.31% 0.62% -
HSV(B) 225º 0.32% 0.74% -
XYZ 27.8 27.86 51.49 -
YUV 143.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 128 143 188 0.32 0.24 0 0.26 225 0.31 0.62
Hex 80 8F BC 20 18 0 1A E1 1F 3E
Octal 200 217 274 40 30 0 32 341 37 76
Binary 10000000 10001111 10111100 100000 11000 0 11010 11100001 11111 111110

Color Harmonies of #808FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808FBC

Black with #808FBC

Text Example


Text Example

White with #808FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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