Html Css Color HEX #9896ED Portage

📋 copy color: '#9896ED'

red 152 ◦ green 150 ◦ blue 237

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

Shades of Portage #9896ED

Tints of Portage #9896ED

RGB

 RED value IS 152 (59.77% from 255) = 28.2%

 GREEN value IS 150 (58.98% from 255) = 27.83%

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

R = 28.2%
G = 27.83%
B = 43.97%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9896ED (or 0x9896ED) is known color: Portage. HEX triplet: 98, 96 and ED. RGB value is (152,150,237). Sum of RGB (Red+Green+Blue) = 152+150+237=539 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.20% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #9896ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896ED is #676912. Grayscale: #A0A0A0. Windows color (decimal): -6777107 or 15570584. OLE color: 15570584.

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

Color convert

RGB 152 150 237 -
CMYK 0.36 0.37 0 0.07
HSL 241.38º 0.71% 0.76% -
HSV(B) 241.38º 0.37% 0.93% -
XYZ 39.14 34.6 84.74 -
YUV 160.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 152 150 237 0.36 0.37 0 0.07 241.38 0.71 0.76
Hex 98 96 ED 24 25 0 7 F1 47 4C
Octal 230 226 355 44 45 0 7 361 107 114
Binary 10011000 10010110 11101101 100100 100101 0 111 11110001 1000111 1001100

Color Harmonies of #9896ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896ED

Black with #9896ED

Text Example


Text Example

White with #9896ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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