#969EDA

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

Shades of Portage #969EDA

Tints of Portage #969EDA

Color information

#969EDA (or 0x969EDA) is unknown color: approx Portage. HEX triplet: 96, 9E and DA. RGB value is (150,158,218). Sum of RGB (Red+Green+Blue) = 150+158+218=526 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.52% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #969EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969EDA is #696125. Grayscale: #A2A2A2. Windows color (decimal): -6906150 or 14327446. OLE color: 14327446.

HSL color Cylindrical-coordinate representation of color #969EDA: hue angle of 232.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #969EDA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB150158218-
CMYK0.310.2800.15
HSL232.94º47.89%72.16%-
HSV(B)232.94º31.19%85.49%-
XYZ37.463671.3-
YUV162.45159.35119.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.52%
GREEN value IS 158 (62.11% from 255) = 30.04%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=28.52%
G=30.04%
B=41.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1501582180.310.2800.15232.9447.8972.16
Hex969EDA1F1C0Fe93048
Octal226236332373401735160110
Binary100101101001111011011010111111110001111111010011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,158,218); }

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

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

 a { background-color: rgb(150,158,218); }

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

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

 span { border-color: rgb(150,158,218); }

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