Html Css Color HEX #8085EC Portage

📋 copy color: '#8085EC'

red 128 ◦ green 133 ◦ blue 236

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

Shades of Portage #8085EC

Tints of Portage #8085EC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.76%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 25.75%
G = 26.76%
B = 47.48%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8085EC (or 0x8085EC) is known color: Portage. HEX triplet: 80, 85 and EC. RGB value is (128,133,236). Sum of RGB (Red+Green+Blue) = 128+133+236=497 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.75% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #8085EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8085EC is #7F7A13. Grayscale: #8E8E8E. Windows color (decimal): -8354324 or 15500672. OLE color: 15500672.

HSL color Cylindrical-coordinate representation of color #8085EC: hue angle of 237.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8085EC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 133 236 -
CMYK 0.46 0.44 0 0.07
HSL 237.22º 0.74% 0.71% -
HSV(B) 237.22º 0.46% 0.93% -
XYZ 32.43 27.42 82.94 -
YUV 143.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 128 133 236 0.46 0.44 0 0.07 237.22 0.74 0.71
Hex 80 85 EC 2E 2C 0 7 ED 4A 47
Octal 200 205 354 56 54 0 7 355 112 107
Binary 10000000 10000101 11101100 101110 101100 0 111 11101101 1001010 1000111

Color Harmonies of #8085EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085EC

Black with #8085EC

Text Example


Text Example

White with #8085EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8085EC; }

 p { color: rgb(128,133,236); }

 H1.HeaderClassName
 {
   color: #8085EC;
 }
 .AnyTagClassName
 {
   color: #8085EC;
 }
</style>

background-color css

<style>
 a { background-color: #8085EC; }

 a { background-color: rgb(128,133,236); }

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

border-color css

<style>
 span { border-color: #8085EC; }

 span { border-color: rgb(128,133,236); }

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