Html Css Color HEX #9895FD Portage

📋 copy color: '#9895FD'

red 152 ◦ green 149 ◦ blue 253

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

Shades of Portage #9895FD

Tints of Portage #9895FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 27.44%
G = 26.9%
B = 45.67%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9895FD (or 0x9895FD) is known color: Portage. HEX triplet: 98, 95 and FD. RGB value is (152,149,253). Sum of RGB (Red+Green+Blue) = 152+149+253=554 (73% of max value = 765). Red value is 152 (59.77% from 255 or 27.44% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #9895FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9895FD is #676A02. Grayscale: #A1A1A1. Windows color (decimal): -6777347 or 16618904. OLE color: 16618904.

HSL color Cylindrical-coordinate representation of color #9895FD: hue angle of 241.73º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9895FD is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 149 253 -
CMYK 0.40 0.41 0 0.01
HSL 241.73º 0.96% 0.79% -
HSV(B) 241.73º 0.41% 0.99% -
XYZ 41.43 35.26 97.55 -
YUV 161.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 152 149 253 0.40 0.41 0 0.01 241.73 0.96 0.79
Hex 98 95 FD 28 29 0 1 F2 60 4F
Octal 230 225 375 50 51 0 1 362 140 117
Binary 10011000 10010101 11111101 101000 101001 0 1 11110010 1100000 1001111

Color Harmonies of #9895FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9895FD

Black with #9895FD

Text Example


Text Example

White with #9895FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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