Html Css Color HEX #9198FF Portage

📋 copy color: '#9198FF'

red 145 ◦ green 152 ◦ blue 255

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

Shades of Portage #9198FF

Tints of Portage #9198FF

RGB

 RED value IS 145 (57.03% from 255) = 26.27%

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

 BLUE value IS 255 (100% from 255) = 46.2%

R = 26.27%
G = 27.54%
B = 46.2%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9198FF (or 0x9198FF) is known color: Portage. HEX triplet: 91, 98 and FF. RGB value is (145,152,255). Sum of RGB (Red+Green+Blue) = 145+152+255=552 (73% of max value = 765). Red value is 145 (57.03% from 255 or 26.27% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #9198FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9198FF is #6E6700. Grayscale: #A1A1A1. Windows color (decimal): -7235329 or 16750737. OLE color: 16750737.

HSL color Cylindrical-coordinate representation of color #9198FF: hue angle of 236.18º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9198FF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 145 152 255 -
CMYK 0.43 0.40 0 0
HSL 236.18º 1% 0.78% -
HSV(B) 236.18º 0.43% 1% -
XYZ 40.96 35.7 99.34 -
YUV 161.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 145 152 255 0.43 0.40 0 0 236.18 1 0.78
Hex 91 98 FF 2B 28 0 0 EC 64 4E
Octal 221 230 377 53 50 0 0 354 144 116
Binary 10010001 10011000 11111111 101011 101000 0 0 11101100 1100100 1001110

Color Harmonies of #9198FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9198FF

Black with #9198FF

Text Example


Text Example

White with #9198FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9198FF; }

 p { color: rgb(145,152,255); }

 H1.HeaderClassName
 {
   color: #9198FF;
 }
 .AnyTagClassName
 {
   color: #9198FF;
 }
</style>

background-color css

<style>
 a { background-color: #9198FF; }

 a { background-color: rgb(145,152,255); }

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

border-color css

<style>
 span { border-color: #9198FF; }

 span { border-color: rgb(145,152,255); }

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