Html Css Color HEX #808DBE Wild Blue Yonder

📋 copy color: '#808DBE'

red 128 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #808DBE

Tints of Wild Blue Yonder #808DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 27.89%
G = 30.72%
B = 41.39%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#808DBE (or 0x808DBE) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and BE. RGB value is (128,141,190). Sum of RGB (Red+Green+Blue) = 128+141+190=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #808DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBE is #7F7241. Grayscale: #8E8E8E. Windows color (decimal): -8352322 or 12488064. OLE color: 12488064.

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

Color convert

RGB 128 141 190 -
CMYK 0.33 0.26 0 0.25
HSL 227.42º 0.32% 0.62% -
HSV(B) 227.42º 0.33% 0.75% -
XYZ 27.72 27.36 52.53 -
YUV 142.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 128 141 190 0.33 0.26 0 0.25 227.42 0.32 0.62
Hex 80 8D BE 21 1A 0 19 E3 20 3E
Octal 200 215 276 41 32 0 31 343 40 76
Binary 10000000 10001101 10111110 100001 11010 0 11001 11100011 100000 111110

Color Harmonies of #808DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DBE

Black with #808DBE

Text Example


Text Example

White with #808DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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