Html Css Color HEX #808EBE Wild Blue Yonder

📋 copy color: '#808EBE'

red 128 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #808EBE

Tints of Wild Blue Yonder #808EBE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

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

R = 27.83%
G = 30.87%
B = 41.3%

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

#808EBE (or 0x808EBE) is known color: Wild Blue Yonder. HEX triplet: 80, 8E and BE. RGB value is (128,142,190). Sum of RGB (Red+Green+Blue) = 128+142+190=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #808EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBE is #7F7141. Grayscale: #8F8F8F. Windows color (decimal): -8352066 or 12488320. OLE color: 12488320.

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

Color convert

RGB 128 142 190 -
CMYK 0.33 0.25 0 0.25
HSL 226.45º 0.32% 0.62% -
HSV(B) 226.45º 0.33% 0.75% -
XYZ 27.87 27.65 52.58 -
YUV 143.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 128 142 190 0.33 0.25 0 0.25 226.45 0.32 0.62
Hex 80 8E BE 21 19 0 19 E2 20 3E
Octal 200 216 276 41 31 0 31 342 40 76
Binary 10000000 10001110 10111110 100001 11001 0 11001 11100010 100000 111110

Color Harmonies of #808EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EBE

Black with #808EBE

Text Example


Text Example

White with #808EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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