Html Css Color HEX #9498DF Portage

📋 copy color: '#9498DF'

red 148 ◦ green 152 ◦ blue 223

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

Shades of Portage #9498DF

Tints of Portage #9498DF

RGB

 RED value IS 148 (58.2% from 255) = 28.3%

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 28.3%
G = 29.06%
B = 42.64%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9498DF (or 0x9498DF) is known color: Portage. HEX triplet: 94, 98 and DF. RGB value is (148,152,223). Sum of RGB (Red+Green+Blue) = 148+152+223=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #9498DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498DF is #6B6720. Grayscale: #9E9E9E. Windows color (decimal): -7038753 or 14653588. OLE color: 14653588.

HSL color Cylindrical-coordinate representation of color #9498DF: hue angle of 236.8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9498DF is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 152 223 -
CMYK 0.34 0.32 0 0.13
HSL 236.8º 0.54% 0.73% -
HSV(B) 236.8º 0.34% 0.87% -
XYZ 36.76 34.08 74.45 -
YUV 158.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 148 152 223 0.34 0.32 0 0.13 236.8 0.54 0.73
Hex 94 98 DF 22 20 0 D ED 36 49
Octal 224 230 337 42 40 0 15 355 66 111
Binary 10010100 10011000 11011111 100010 100000 0 1101 11101101 110110 1001001

Color Harmonies of #9498DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498DF

Black with #9498DF

Text Example


Text Example

White with #9498DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9498DF; }

 p { color: rgb(148,152,223); }

 H1.HeaderClassName
 {
   color: #9498DF;
 }
 .AnyTagClassName
 {
   color: #9498DF;
 }
</style>

background-color css

<style>
 a { background-color: #9498DF; }

 a { background-color: rgb(148,152,223); }

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

border-color css

<style>
 span { border-color: #9498DF; }

 span { border-color: rgb(148,152,223); }

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