#8DA1FD

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

Shades of Portage #8DA1FD

Tints of Portage #8DA1FD

Color information

#8DA1FD (or 0x8DA1FD) is unknown color: approx Portage. HEX triplet: 8D, A1 and FD. RGB value is (141,161,253). Sum of RGB (Red+Green+Blue) = 141+161+253=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 161 (63.28% from 255 or 29.01% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DA1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA1FD is #725E02. Grayscale: #A5A5A5. Windows color (decimal): -7495171 or 16621965. OLE color: 16621965.

HSL color Cylindrical-coordinate representation of color #8DA1FD: hue angle of 229.29º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA1FD is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB141161253-
CMYK0.440.3600.01
HSL229.29º96.55%77.25%-
HSV(B)229.29º44.27%99.22%-
XYZ41.4638.2498.13-
YUV165.51177.37110.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 161 (63.28% from 255) = 29.01%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=25.41%
G=29.01%
B=45.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1411612530.440.3600.01229.2996.5577.25
Hex8DA1FD2C2401e5614d
Octal215241375544401345141115
Binary100011011010000111111101101100100100011110010111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DA1FD; }

 p { color: rgb(141,161,253); }

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

<style>
 a { background-color: #8DA1FD; }

 a { background-color: rgb(141,161,253); }

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

<style>
 span { border-color: #8DA1FD; }

 span { border-color: rgb(141,161,253); }

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