Html Css Color HEX #808DC9 Wild Blue Yonder

📋 copy color: '#808DC9'

red 128 ◦ green 141 ◦ blue 201

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

Shades of Wild Blue Yonder #808DC9

Tints of Wild Blue Yonder #808DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.77%

R = 27.23%
G = 30%
B = 42.77%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#808DC9 (or 0x808DC9) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and C9. RGB value is (128,141,201). Sum of RGB (Red+Green+Blue) = 128+141+201=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #808DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DC9 is #7F7236. Grayscale: #8F8F8F. Windows color (decimal): -8352311 or 13208960. OLE color: 13208960.

HSL color Cylindrical-coordinate representation of color #808DC9: hue angle of 229.32º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808DC9 is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 141 201 -
CMYK 0.36 0.30 0 0.21
HSL 229.32º 0.4% 0.65% -
HSV(B) 229.32º 0.36% 0.79% -
XYZ 28.97 27.86 59.11 -
YUV 143.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 128 141 201 0.36 0.30 0 0.21 229.32 0.4 0.65
Hex 80 8D C9 24 1E 0 15 E5 28 41
Octal 200 215 311 44 36 0 25 345 50 101
Binary 10000000 10001101 11001001 100100 11110 0 10101 11100101 101000 1000001

Color Harmonies of #808DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DC9

Black with #808DC9

Text Example


Text Example

White with #808DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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