Html Css Color HEX #8085DF Portage

📋 copy color: '#8085DF'

red 128 ◦ green 133 ◦ blue 223

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

Shades of Portage #8085DF

Tints of Portage #8085DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 26.45%
G = 27.48%
B = 46.07%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8085DF (or 0x8085DF) is known color: Portage. HEX triplet: 80, 85 and DF. RGB value is (128,133,223). Sum of RGB (Red+Green+Blue) = 128+133+223=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #8085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8085DF is #7F7A20. Grayscale: #8D8D8D. Windows color (decimal): -8354337 or 14648704. OLE color: 14648704.

HSL color Cylindrical-coordinate representation of color #8085DF: hue angle of 236.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8085DF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 133 223 -
CMYK 0.43 0.40 0 0.13
HSL 236.84º 0.6% 0.69% -
HSV(B) 236.84º 0.43% 0.87% -
XYZ 30.61 26.69 73.35 -
YUV 141.77 173.84 118.18 -
System Red Green Blue C M Y K H S L
Decimal 128 133 223 0.43 0.40 0 0.13 236.84 0.6 0.69
Hex 80 85 DF 2B 28 0 D ED 3C 45
Octal 200 205 337 53 50 0 15 355 74 105
Binary 10000000 10000101 11011111 101011 101000 0 1101 11101101 111100 1000101

Color Harmonies of #8085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8085DF

Black with #8085DF

Text Example


Text Example

White with #8085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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