Html Css Color HEX #9598DC Portage

📋 copy color: '#9598DC'

red 149 ◦ green 152 ◦ blue 220

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

Shades of Portage #9598DC

Tints of Portage #9598DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 28.6%
G = 29.17%
B = 42.23%

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

#9598DC (or 0x9598DC) is known color: Portage. HEX triplet: 95, 98 and DC. RGB value is (149,152,220). Sum of RGB (Red+Green+Blue) = 149+152+220=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9598DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598DC is #6A6723. Grayscale: #9E9E9E. Windows color (decimal): -6973220 or 14456981. OLE color: 14456981.

HSL color Cylindrical-coordinate representation of color #9598DC: hue angle of 237.46º degrees, saturation: 0.5, 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 #9598DC is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 152 220 -
CMYK 0.32 0.31 0 0.14
HSL 237.46º 0.5% 0.72% -
HSV(B) 237.46º 0.32% 0.86% -
XYZ 36.54 34.01 72.35 -
YUV 158.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 149 152 220 0.32 0.31 0 0.14 237.46 0.5 0.72
Hex 95 98 DC 20 1F 0 E ED 32 48
Octal 225 230 334 40 37 0 16 355 62 110
Binary 10010101 10011000 11011100 100000 11111 0 1110 11101101 110010 1001000

Color Harmonies of #9598DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598DC

Black with #9598DC

Text Example


Text Example

White with #9598DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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