Html Css Color HEX #808CED Portage

📋 copy color: '#808CED'

red 128 ◦ green 140 ◦ blue 237

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

Shades of Portage #808CED

Tints of Portage #808CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 25.35%
G = 27.72%
B = 46.93%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#808CED (or 0x808CED) is known color: Portage. HEX triplet: 80, 8C and ED. RGB value is (128,140,237). Sum of RGB (Red+Green+Blue) = 128+140+237=505 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.35% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #808CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808CED is #7F7312. Grayscale: #939393. Windows color (decimal): -8352531 or 15568000. OLE color: 15568000.

HSL color Cylindrical-coordinate representation of color #808CED: hue angle of 233.39º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #808CED is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 140 237 -
CMYK 0.46 0.41 0 0.07
HSL 233.39º 0.75% 0.72% -
HSV(B) 233.39º 0.46% 0.93% -
XYZ 33.57 29.46 84.04 -
YUV 147.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 128 140 237 0.46 0.41 0 0.07 233.39 0.75 0.72
Hex 80 8C ED 2E 29 0 7 E9 4B 48
Octal 200 214 355 56 51 0 7 351 113 110
Binary 10000000 10001100 11101101 101110 101001 0 111 11101001 1001011 1001000

Color Harmonies of #808CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808CED

Black with #808CED

Text Example


Text Example

White with #808CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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