#9995FC

Color #9995FC Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9995FC

Tints of Portage #9995FC

Color information

#9995FC (or 0x9995FC) is unknown color: approx Portage. HEX triplet: 99, 95 and FC. RGB value is (153,149,252). Sum of RGB (Red+Green+Blue) = 153+149+252=554 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.62% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #9995FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9995FC is #666A03. Grayscale: #A1A1A1. Windows color (decimal): -6711812 or 16553369. OLE color: 16553369.

HSL color Cylindrical-coordinate representation of color #9995FC: hue angle of 242.33º degrees, saturation: 0.94, 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 #9995FC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB153149252-
CMYK0.390.4100.01
HSL242.33º94.5%78.63%-
HSV(B)242.33º40.87%98.82%-
XYZ41.4635.396.72-
YUV161.94178.83121.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.62%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=27.62%
G=26.90%
B=45.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1531492520.390.4100.01242.3394.578.63
Hex9995FC272901f25e4f
Octal231225374475101362136117
Binary100110011001010111111100100111101001011111001010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995FC; }

 p { color: rgb(153,149,252); }

 H1.HeaderClassName
 {
   color: #9995FC;
 }
 .AnyTagClassName
 {
   color: #9995FC;
 }
</style>
background-color css

<style>
 a { background-color: #9995FC; }

 a { background-color: rgb(153,149,252); }

 div.DivClassName
 {
   background-color: #9995FC;
 }
 .BgClassName
 {
   background-color: #9995FC;
 }
</style>
border-color css

<style>
 span { border-color: #9995FC; }

 span { border-color: rgb(153,149,252); }

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