Html Css Color HEX #9598FE Portage

📋 copy color: '#9598FE'

red 149 ◦ green 152 ◦ blue 254

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

Shades of Portage #9598FE

Tints of Portage #9598FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 26.85%
G = 27.39%
B = 45.77%

CMYK

 C value IS 0.41

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9598FE (or 0x9598FE) is known color: Portage. HEX triplet: 95, 98 and FE. RGB value is (149,152,254). Sum of RGB (Red+Green+Blue) = 149+152+254=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9598FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9598FE is #6A6701. Grayscale: #A2A2A2. Windows color (decimal): -6973186 or 16685205. OLE color: 16685205.

HSL color Cylindrical-coordinate representation of color #9598FE: hue angle of 238.29º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9598FE is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 152 254 -
CMYK 0.41 0.40 0 0.00
HSL 238.29º 0.98% 0.79% -
HSV(B) 238.29º 0.41% 1% -
XYZ 41.51 36 98.53 -
YUV 162.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 149 152 254 0.41 0.40 0 0.00 238.29 0.98 0.79
Hex 95 98 FE 29 28 0 0 EE 62 4F
Octal 225 230 376 51 50 0 0 356 142 117
Binary 10010101 10011000 11111110 101001 101000 0 0 11101110 1100010 1001111

Color Harmonies of #9598FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598FE

Black with #9598FE

Text Example


Text Example

White with #9598FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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