Html Css Color HEX #9498DD Portage

📋 copy color: '#9498DD'

red 148 ◦ green 152 ◦ blue 221

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

Shades of Portage #9498DD

Tints of Portage #9498DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 28.41%
G = 29.17%
B = 42.42%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9498DD (or 0x9498DD) is known color: Portage. HEX triplet: 94, 98 and DD. RGB value is (148,152,221). Sum of RGB (Red+Green+Blue) = 148+152+221=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #9498DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9498DD is #6B6722. Grayscale: #9E9E9E. Windows color (decimal): -7038755 or 14522516. OLE color: 14522516.

HSL color Cylindrical-coordinate representation of color #9498DD: hue angle of 236.71º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9498DD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 152 221 -
CMYK 0.33 0.31 0 0.13
HSL 236.71º 0.52% 0.72% -
HSV(B) 236.71º 0.33% 0.87% -
XYZ 36.49 33.97 73.04 -
YUV 158.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 148 152 221 0.33 0.31 0 0.13 236.71 0.52 0.72
Hex 94 98 DD 21 1F 0 D ED 34 48
Octal 224 230 335 41 37 0 15 355 64 110
Binary 10010100 10011000 11011101 100001 11111 0 1101 11101101 110100 1001000

Color Harmonies of #9498DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498DD

Black with #9498DD

Text Example


Text Example

White with #9498DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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