Html Css Color HEX #9896F4 Portage

📋 copy color: '#9896F4'

red 152 ◦ green 150 ◦ blue 244

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

Shades of Portage #9896F4

Tints of Portage #9896F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.69%

R = 27.84%
G = 27.47%
B = 44.69%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9896F4 (or 0x9896F4) is known color: Portage. HEX triplet: 98, 96 and F4. RGB value is (152,150,244). Sum of RGB (Red+Green+Blue) = 152+150+244=546 (72% of max value = 765). Red value is 152 (59.77% from 255 or 27.84% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #9896F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9896F4 is #67690B. Grayscale: #A0A0A0. Windows color (decimal): -6777100 or 16029336. OLE color: 16029336.

HSL color Cylindrical-coordinate representation of color #9896F4: hue angle of 241.28º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9896F4 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 150 244 -
CMYK 0.38 0.39 0 0.04
HSL 241.28º 0.81% 0.77% -
HSV(B) 241.28º 0.39% 0.96% -
XYZ 40.18 35.02 90.23 -
YUV 161.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 152 150 244 0.38 0.39 0 0.04 241.28 0.81 0.77
Hex 98 96 F4 26 27 0 4 F1 51 4D
Octal 230 226 364 46 47 0 4 361 121 115
Binary 10011000 10010110 11110100 100110 100111 0 100 11110001 1010001 1001101

Color Harmonies of #9896F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9896F4

Black with #9896F4

Text Example


Text Example

White with #9896F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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