Html Css Color HEX #9895EB Portage

📋 copy color: '#9895EB'

red 152 ◦ green 149 ◦ blue 235

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

Shades of Portage #9895EB

Tints of Portage #9895EB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.8%

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 28.36%
G = 27.8%
B = 43.84%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9895EB (or 0x9895EB) is known color: Portage. HEX triplet: 98, 95 and EB. RGB value is (152,149,235). Sum of RGB (Red+Green+Blue) = 152+149+235=536 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.36% from 536); Green value is 149 (58.59% from 255 or 27.80% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #9895EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895EB is #676A14. Grayscale: #9F9F9F. Windows color (decimal): -6777365 or 15439256. OLE color: 15439256.

HSL color Cylindrical-coordinate representation of color #9895EB: hue angle of 242.09º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9895EB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 149 235 -
CMYK 0.35 0.37 0 0.08
HSL 242.09º 0.68% 0.75% -
HSV(B) 242.09º 0.37% 0.92% -
XYZ 38.69 34.17 83.15 -
YUV 159.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 152 149 235 0.35 0.37 0 0.08 242.09 0.68 0.75
Hex 98 95 EB 23 25 0 8 F2 44 4B
Octal 230 225 353 43 45 0 10 362 104 113
Binary 10011000 10010101 11101011 100011 100101 0 1000 11110010 1000100 1001011

Color Harmonies of #9895EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9895EB

Black with #9895EB

Text Example


Text Example

White with #9895EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9895EB; }

 p { color: rgb(152,149,235); }

 H1.HeaderClassName
 {
   color: #9895EB;
 }
 .AnyTagClassName
 {
   color: #9895EB;
 }
</style>

background-color css

<style>
 a { background-color: #9895EB; }

 a { background-color: rgb(152,149,235); }

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

border-color css

<style>
 span { border-color: #9895EB; }

 span { border-color: rgb(152,149,235); }

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