Html Css Color HEX #8DA6DF Portage

📋 copy color: '#8DA6DF'

red 141 ◦ green 166 ◦ blue 223

#8DA6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portage #8DA6DF

Tints of Portage #8DA6DF

RGB

 RED value IS 141 (55.47% from 255) = 26.6%

 GREEN value IS 166 (65.23% from 255) = 31.32%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 26.6%
G = 31.32%
B = 42.08%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8DA6DF (or 0x8DA6DF) is known color: Portage. HEX triplet: 8D, A6 and DF. RGB value is (141,166,223). Sum of RGB (Red+Green+Blue) = 141+166+223=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6DF is #725920. Grayscale: #A4A4A4. Windows color (decimal): -7493921 or 14657165. OLE color: 14657165.

HSL color Cylindrical-coordinate representation of color #8DA6DF: hue angle of 221.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DA6DF is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 166 223 -
CMYK 0.37 0.26 0 0.13
HSL 221.71º 0.56% 0.71% -
HSV(B) 221.71º 0.37% 0.87% -
XYZ 37.94 38.26 75.2 -
YUV 165.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 141 166 223 0.37 0.26 0 0.13 221.71 0.56 0.71
Hex 8D A6 DF 25 1A 0 D DE 38 47
Octal 215 246 337 45 32 0 15 336 70 107
Binary 10001101 10100110 11011111 100101 11010 0 1101 11011110 111000 1000111

Color Harmonies of #8DA6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6DF

Black with #8DA6DF

Text Example


Text Example

White with #8DA6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,223); }

 H1.HeaderClassName
 {
   color: #8DA6DF;
 }
 .AnyTagClassName
 {
   color: #8DA6DF;
 }
</style>

background-color css

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

 a { background-color: rgb(141,166,223); }

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

border-color css

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

 span { border-color: rgb(141,166,223); }

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