Html Css Color HEX #8599FA Portage

📋 copy color: '#8599FA'

red 133 ◦ green 153 ◦ blue 250

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

Shades of Portage #8599FA

Tints of Portage #8599FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 24.81%
G = 28.54%
B = 46.64%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8599FA (or 0x8599FA) is known color: Portage. HEX triplet: 85, 99 and FA. RGB value is (133,153,250). Sum of RGB (Red+Green+Blue) = 133+153+250=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #8599FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8599FA is #7A6605. Grayscale: #9D9D9D. Windows color (decimal): -8021510 or 16423301. OLE color: 16423301.

HSL color Cylindrical-coordinate representation of color #8599FA: hue angle of 229.74º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8599FA is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 153 250 -
CMYK 0.47 0.39 0 0.02
HSL 229.74º 0.92% 0.75% -
HSV(B) 229.74º 0.47% 0.98% -
XYZ 38.32 34.67 95.12 -
YUV 158.08 179.87 110.11 -
System Red Green Blue C M Y K H S L
Decimal 133 153 250 0.47 0.39 0 0.02 229.74 0.92 0.75
Hex 85 99 FA 2F 27 0 2 E6 5C 4B
Octal 205 231 372 57 47 0 2 346 134 113
Binary 10000101 10011001 11111010 101111 100111 0 10 11100110 1011100 1001011

Color Harmonies of #8599FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8599FA

Black with #8599FA

Text Example


Text Example

White with #8599FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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