Html Css Color HEX #9598DF Portage

📋 copy color: '#9598DF'

red 149 ◦ green 152 ◦ blue 223

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

Shades of Portage #9598DF

Tints of Portage #9598DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

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

R = 28.44%
G = 29.01%
B = 42.56%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9598DF (or 0x9598DF) is known color: Portage. HEX triplet: 95, 98 and DF. RGB value is (149,152,223). Sum of RGB (Red+Green+Blue) = 149+152+223=524 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.44% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #9598DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598DF is #6A6720. Grayscale: #9E9E9E. Windows color (decimal): -6973217 or 14653589. OLE color: 14653589.

HSL color Cylindrical-coordinate representation of color #9598DF: hue angle of 237.57º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9598DF is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 152 223 -
CMYK 0.33 0.32 0 0.13
HSL 237.57º 0.54% 0.73% -
HSV(B) 237.57º 0.33% 0.87% -
XYZ 36.94 34.17 74.46 -
YUV 159.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 149 152 223 0.33 0.32 0 0.13 237.57 0.54 0.73
Hex 95 98 DF 21 20 0 D EE 36 49
Octal 225 230 337 41 40 0 15 356 66 111
Binary 10010101 10011000 11011111 100001 100000 0 1101 11101110 110110 1001001

Color Harmonies of #9598DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598DF

Black with #9598DF

Text Example


Text Example

White with #9598DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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