Html Css Color HEX #8DA7EC Portage

📋 copy color: '#8DA7EC'

red 141 ◦ green 167 ◦ blue 236

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

Shades of Portage #8DA7EC

Tints of Portage #8DA7EC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.7%

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 25.92%
G = 30.7%
B = 43.38%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DA7EC (or 0x8DA7EC) is known color: Portage. HEX triplet: 8D, A7 and EC. RGB value is (141,167,236). Sum of RGB (Red+Green+Blue) = 141+167+236=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DA7EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA7EC is #725813. Grayscale: #A6A6A6. Windows color (decimal): -7493652 or 15509389. OLE color: 15509389.

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

Color convert

RGB 141 167 236 -
CMYK 0.40 0.29 0 0.07
HSL 223.58º 0.71% 0.74% -
HSV(B) 223.58º 0.4% 0.93% -
XYZ 39.94 39.36 84.85 -
YUV 167.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 141 167 236 0.40 0.29 0 0.07 223.58 0.71 0.74
Hex 8D A7 EC 28 1D 0 7 E0 47 4A
Octal 215 247 354 50 35 0 7 340 107 112
Binary 10001101 10100111 11101100 101000 11101 0 111 11100000 1000111 1001010

Color Harmonies of #8DA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7EC

Black with #8DA7EC

Text Example


Text Example

White with #8DA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,167,236); }

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

background-color css

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

 a { background-color: rgb(141,167,236); }

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

border-color css

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

 span { border-color: rgb(141,167,236); }

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