Html Css Color HEX #9896FA Portage

📋 copy color: '#9896FA'

red 152 ◦ green 150 ◦ blue 250

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

Shades of Portage #9896FA

Tints of Portage #9896FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 27.54%
G = 27.17%
B = 45.29%

CMYK

 C value IS 0.39

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9896FA (or 0x9896FA) is known color: Portage. HEX triplet: 98, 96 and FA. RGB value is (152,150,250). Sum of RGB (Red+Green+Blue) = 152+150+250=552 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.54% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #9896FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896FA is #676905. Grayscale: #A1A1A1. Windows color (decimal): -6777094 or 16422552. OLE color: 16422552.

HSL color Cylindrical-coordinate representation of color #9896FA: hue angle of 241.2º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9896FA is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 150 250 -
CMYK 0.39 0.4 0 0.02
HSL 241.2º 0.91% 0.78% -
HSV(B) 241.2º 0.4% 0.98% -
XYZ 41.11 35.39 95.11 -
YUV 162 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 152 150 250 0.39 0.4 0 0.02 241.2 0.91 0.78
Hex 98 96 FA 27 28 0 2 F1 5B 4E
Octal 230 226 372 47 50 0 2 361 133 116
Binary 10011000 10010110 11111010 100111 101000 0 10 11110001 1011011 1001110

Color Harmonies of #9896FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896FA

Black with #9896FA

Text Example


Text Example

White with #9896FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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