#918FEA

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

Shades of Portage #918FEA

Tints of Portage #918FEA

Color information

#918FEA (or 0x918FEA) is unknown color: approx Portage. HEX triplet: 91, 8F and EA. RGB value is (145,143,234). Sum of RGB (Red+Green+Blue) = 145+143+234=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #918FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #918FEA is #6E7015. Grayscale: #999999. Windows color (decimal): -7237654 or 15372177. OLE color: 15372177.

HSL color Cylindrical-coordinate representation of color #918FEA: hue angle of 241.32º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #918FEA is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB145143234-
CMYK0.380.3900.08
HSL241.32º68.42%73.92%-
HSV(B)241.32º38.89%91.76%-
XYZ36.3531.6182.03-
YUV153.97173.16121.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=27.78%
G=27.39%
B=44.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1451432340.380.3900.08241.3268.4273.92
Hex918FEA262708f1444a
Octal2212173524647010361104112
Binary100100011000111111101010100110100111010001111000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918FEA; }

 p { color: rgb(145,143,234); }

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

<style>
 a { background-color: #918FEA; }

 a { background-color: rgb(145,143,234); }

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

<style>
 span { border-color: #918FEA; }

 span { border-color: rgb(145,143,234); }

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