Html Css Color HEX #9198ED Portage

📋 copy color: '#9198ED'

red 145 ◦ green 152 ◦ blue 237

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

Shades of Portage #9198ED

Tints of Portage #9198ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 27.15%
G = 28.46%
B = 44.38%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9198ED (or 0x9198ED) is known color: Portage. HEX triplet: 91, 98 and ED. RGB value is (145,152,237). Sum of RGB (Red+Green+Blue) = 145+152+237=534 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.15% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #9198ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9198ED is #6E6712. Grayscale: #9F9F9F. Windows color (decimal): -7235347 or 15571089. OLE color: 15571089.

HSL color Cylindrical-coordinate representation of color #9198ED: hue angle of 235.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9198ED is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 145 152 237 -
CMYK 0.39 0.36 0 0.07
HSL 235.43º 0.72% 0.75% -
HSV(B) 235.43º 0.39% 0.93% -
XYZ 38.19 34.59 84.78 -
YUV 159.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 145 152 237 0.39 0.36 0 0.07 235.43 0.72 0.75
Hex 91 98 ED 27 24 0 7 EB 48 4B
Octal 221 230 355 47 44 0 7 353 110 113
Binary 10010001 10011000 11101101 100111 100100 0 111 11101011 1001000 1001011

Color Harmonies of #9198ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9198ED

Black with #9198ED

Text Example


Text Example

White with #9198ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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