Html Css Color HEX #9598DB Portage

📋 copy color: '#9598DB'

red 149 ◦ green 152 ◦ blue 219

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

Shades of Portage #9598DB

Tints of Portage #9598DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 28.65%
G = 29.23%
B = 42.12%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9598DB (or 0x9598DB) is known color: Portage. HEX triplet: 95, 98 and DB. RGB value is (149,152,219). Sum of RGB (Red+Green+Blue) = 149+152+219=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #9598DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598DB is #6A6724. Grayscale: #9E9E9E. Windows color (decimal): -6973221 or 14391445. OLE color: 14391445.

HSL color Cylindrical-coordinate representation of color #9598DB: hue angle of 237.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9598DB is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 152 219 -
CMYK 0.32 0.31 0 0.14
HSL 237.43º 0.49% 0.72% -
HSV(B) 237.43º 0.32% 0.86% -
XYZ 36.41 33.96 71.65 -
YUV 158.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 149 152 219 0.32 0.31 0 0.14 237.43 0.49 0.72
Hex 95 98 DB 20 1F 0 E ED 31 48
Octal 225 230 333 40 37 0 16 355 61 110
Binary 10010101 10011000 11011011 100000 11111 0 1110 11101101 110001 1001000

Color Harmonies of #9598DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598DB

Black with #9598DB

Text Example


Text Example

White with #9598DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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