Html Css Color HEX #9599EF Portage

📋 copy color: '#9599EF'

red 149 ◦ green 153 ◦ blue 239

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

Shades of Portage #9599EF

Tints of Portage #9599EF

RGB

 RED value IS 149 (58.59% from 255) = 27.54%

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

 BLUE value IS 239 (93.75% from 255) = 44.18%

R = 27.54%
G = 28.28%
B = 44.18%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9599EF (or 0x9599EF) is known color: Portage. HEX triplet: 95, 99 and EF. RGB value is (149,153,239). Sum of RGB (Red+Green+Blue) = 149+153+239=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 153 (60.16% from 255 or 28.28% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #9599EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9599EF is #6A6610. Grayscale: #A1A1A1. Windows color (decimal): -6972945 or 15702421. OLE color: 15702421.

HSL color Cylindrical-coordinate representation of color #9599EF: hue angle of 237.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9599EF is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 153 239 -
CMYK 0.38 0.36 0 0.06
HSL 237.33º 0.74% 0.76% -
HSV(B) 237.33º 0.38% 0.94% -
XYZ 39.37 35.4 86.42 -
YUV 161.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 149 153 239 0.38 0.36 0 0.06 237.33 0.74 0.76
Hex 95 99 EF 26 24 0 6 ED 4A 4C
Octal 225 231 357 46 44 0 6 355 112 114
Binary 10010101 10011001 11101111 100110 100100 0 110 11101101 1001010 1001100

Color Harmonies of #9599EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9599EF

Black with #9599EF

Text Example


Text Example

White with #9599EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9599EF; }

 p { color: rgb(149,153,239); }

 H1.HeaderClassName
 {
   color: #9599EF;
 }
 .AnyTagClassName
 {
   color: #9599EF;
 }
</style>

background-color css

<style>
 a { background-color: #9599EF; }

 a { background-color: rgb(149,153,239); }

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

border-color css

<style>
 span { border-color: #9599EF; }

 span { border-color: rgb(149,153,239); }

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