Html Css Color HEX #8595DF Portage

📋 copy color: '#8595DF'

red 133 ◦ green 149 ◦ blue 223

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

Shades of Portage #8595DF

Tints of Portage #8595DF

RGB

 RED value IS 133 (52.34% from 255) = 26.34%

 GREEN value IS 149 (58.59% from 255) = 29.5%

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

R = 26.34%
G = 29.5%
B = 44.16%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8595DF (or 0x8595DF) is known color: Portage. HEX triplet: 85, 95 and DF. RGB value is (133,149,223). Sum of RGB (Red+Green+Blue) = 133+149+223=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #8595DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595DF is #7A6A20. Grayscale: #989898. Windows color (decimal): -8022561 or 14652805. OLE color: 14652805.

HSL color Cylindrical-coordinate representation of color #8595DF: hue angle of 229.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8595DF is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 149 223 -
CMYK 0.40 0.33 0 0.13
HSL 229.33º 0.58% 0.7% -
HSV(B) 229.33º 0.4% 0.87% -
XYZ 33.74 31.81 74.17 -
YUV 152.65 167.7 113.98 -
System Red Green Blue C M Y K H S L
Decimal 133 149 223 0.40 0.33 0 0.13 229.33 0.58 0.7
Hex 85 95 DF 28 21 0 D E5 3A 46
Octal 205 225 337 50 41 0 15 345 72 106
Binary 10000101 10010101 11011111 101000 100001 0 1101 11100101 111010 1000110

Color Harmonies of #8595DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595DF

Black with #8595DF

Text Example


Text Example

White with #8595DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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