Html Css Color HEX #9498ED Portage

📋 copy color: '#9498ED'

red 148 ◦ green 152 ◦ blue 237

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

Shades of Portage #9498ED

Tints of Portage #9498ED

RGB

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

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

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

R = 27.56%
G = 28.31%
B = 44.13%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9498ED (or 0x9498ED) is known color: Portage. HEX triplet: 94, 98 and ED. RGB value is (148,152,237). Sum of RGB (Red+Green+Blue) = 148+152+237=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #9498ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9498ED is #6B6712. Grayscale: #A0A0A0. Windows color (decimal): -7038739 or 15571092. OLE color: 15571092.

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

Color convert

RGB 148 152 237 -
CMYK 0.38 0.36 0 0.07
HSL 237.3º 0.71% 0.75% -
HSV(B) 237.3º 0.38% 0.93% -
XYZ 38.73 34.87 84.81 -
YUV 160.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 148 152 237 0.38 0.36 0 0.07 237.3 0.71 0.75
Hex 94 98 ED 26 24 0 7 ED 47 4B
Octal 224 230 355 46 44 0 7 355 107 113
Binary 10010100 10011000 11101101 100110 100100 0 111 11101101 1000111 1001011

Color Harmonies of #9498ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498ED

Black with #9498ED

Text Example


Text Example

White with #9498ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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