Html Css Color HEX #8599DF Portage

📋 copy color: '#8599DF'

red 133 ◦ green 153 ◦ blue 223

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

Shades of Portage #8599DF

Tints of Portage #8599DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 26.13%
G = 30.06%
B = 43.81%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8599DF (or 0x8599DF) is known color: Portage. HEX triplet: 85, 99 and DF. RGB value is (133,153,223). Sum of RGB (Red+Green+Blue) = 133+153+223=509 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.13% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #8599DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8599DF is #7A6620. Grayscale: #9A9A9A. Windows color (decimal): -8021537 or 14653829. OLE color: 14653829.

HSL color Cylindrical-coordinate representation of color #8599DF: hue angle of 226.67º 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 #8599DF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 153 223 -
CMYK 0.40 0.31 0 0.13
HSL 226.67º 0.58% 0.7% -
HSV(B) 226.67º 0.4% 0.87% -
XYZ 34.38 33.1 74.39 -
YUV 155 166.37 112.31 -
System Red Green Blue C M Y K H S L
Decimal 133 153 223 0.40 0.31 0 0.13 226.67 0.58 0.7
Hex 85 99 DF 28 1F 0 D E3 3A 46
Octal 205 231 337 50 37 0 15 343 72 106
Binary 10000101 10011001 11011111 101000 11111 0 1101 11100011 111010 1000110

Color Harmonies of #8599DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599DF

Black with #8599DF

Text Example


Text Example

White with #8599DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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