#969AED

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

Shades of Portage #969AED

Tints of Portage #969AED

Color information

#969AED (or 0x969AED) is unknown color: approx Portage. HEX triplet: 96, 9A and ED. RGB value is (150,154,237). Sum of RGB (Red+Green+Blue) = 150+154+237=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #969AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969AED is #696512. Grayscale: #A1A1A1. Windows color (decimal): -6907155 or 15571606. OLE color: 15571606.

HSL color Cylindrical-coordinate representation of color #969AED: hue angle of 237.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #969AED is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB150154237-
CMYK0.370.3500.07
HSL237.24º70.73%75.88%-
HSV(B)237.24º36.71%92.94%-
XYZ39.4235.7184.94-
YUV162.27170.17119.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=27.73%
G=28.47%
B=43.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1501542370.370.3500.07237.2470.7375.88
Hex969AED252307ed474c
Octal226232355454307355107114
Binary10010110100110101110110110010110001101111110110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969AED; }

 p { color: rgb(150,154,237); }

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

<style>
 a { background-color: #969AED; }

 a { background-color: rgb(150,154,237); }

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

<style>
 span { border-color: #969AED; }

 span { border-color: rgb(150,154,237); }

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