Html Css Color HEX #8DA6EA Portage

📋 copy color: '#8DA6EA'

red 141 ◦ green 166 ◦ blue 234

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

Shades of Portage #8DA6EA

Tints of Portage #8DA6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.25%

R = 26.06%
G = 30.68%
B = 43.25%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DA6EA (or 0x8DA6EA) is known color: Portage. HEX triplet: 8D, A6 and EA. RGB value is (141,166,234). Sum of RGB (Red+Green+Blue) = 141+166+234=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 166 (65.23% from 255 or 30.68% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DA6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA6EA is #725915. Grayscale: #A5A5A5. Windows color (decimal): -7493910 or 15378061. OLE color: 15378061.

HSL color Cylindrical-coordinate representation of color #8DA6EA: hue angle of 223.87º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DA6EA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 166 234 -
CMYK 0.40 0.29 0 0.08
HSL 223.87º 0.69% 0.74% -
HSV(B) 223.87º 0.4% 0.92% -
XYZ 39.47 38.88 83.27 -
YUV 166.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 141 166 234 0.40 0.29 0 0.08 223.87 0.69 0.74
Hex 8D A6 EA 28 1D 0 8 E0 45 4A
Octal 215 246 352 50 35 0 10 340 105 112
Binary 10001101 10100110 11101010 101000 11101 0 1000 11100000 1000101 1001010

Color Harmonies of #8DA6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA6EA

Black with #8DA6EA

Text Example


Text Example

White with #8DA6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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