#909CFC

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

Shades of Portage #909CFC

Tints of Portage #909CFC

Color information

#909CFC (or 0x909CFC) is unknown color: approx Portage. HEX triplet: 90, 9C and FC. RGB value is (144,156,252). Sum of RGB (Red+Green+Blue) = 144+156+252=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #909CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #909CFC is #6F6303. Grayscale: #A2A2A2. Windows color (decimal): -7299844 or 16555152. OLE color: 16555152.

HSL color Cylindrical-coordinate representation of color #909CFC: hue angle of 233.33º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #909CFC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144156252-
CMYK0.430.3800.01
HSL233.33º94.74%77.65%-
HSV(B)233.33º42.86%98.82%-
XYZ40.9636.7397.03-
YUV163.36178.02114.19-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 156 (61.33% from 255) = 28.26%
BLUE value IS 252 (98.83% from 255) = 45.65%
R=26.09%
G=28.26%
B=45.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441562520.430.3800.01233.3394.7477.65
Hex909CFC2B2601e95f4e
Octal220234374534601351137116
Binary100100001001110011111100101011100110011110100110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909CFC; }

 p { color: rgb(144,156,252); }

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

<style>
 a { background-color: #909CFC; }

 a { background-color: rgb(144,156,252); }

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

<style>
 span { border-color: #909CFC; }

 span { border-color: rgb(144,156,252); }

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