Html Css Color HEX #808CBE Wild Blue Yonder

📋 copy color: '#808CBE'

red 128 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #808CBE

Tints of Wild Blue Yonder #808CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 27.95%
G = 30.57%
B = 41.48%

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

#808CBE (or 0x808CBE) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and BE. RGB value is (128,140,190). Sum of RGB (Red+Green+Blue) = 128+140+190=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #808CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBE is #7F7341. Grayscale: #8D8D8D. Windows color (decimal): -8352578 or 12487808. OLE color: 12487808.

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

Color convert

RGB 128 140 190 -
CMYK 0.33 0.26 0 0.25
HSL 228.39º 0.32% 0.62% -
HSV(B) 228.39º 0.33% 0.75% -
XYZ 27.57 27.06 52.49 -
YUV 142.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 128 140 190 0.33 0.26 0 0.25 228.39 0.32 0.62
Hex 80 8C BE 21 1A 0 19 E4 20 3E
Octal 200 214 276 41 32 0 31 344 40 76
Binary 10000000 10001100 10111110 100001 11010 0 11001 11100100 100000 111110

Color Harmonies of #808CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CBE

Black with #808CBE

Text Example


Text Example

White with #808CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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