Html Css Color HEX #8FA7EA Portage

📋 copy color: '#8FA7EA'

red 143 ◦ green 167 ◦ blue 234

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

Shades of Portage #8FA7EA

Tints of Portage #8FA7EA

RGB

 RED value IS 143 (56.25% from 255) = 26.29%

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

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

R = 26.29%
G = 30.7%
B = 43.01%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FA7EA (or 0x8FA7EA) is known color: Portage. HEX triplet: 8F, A7 and EA. RGB value is (143,167,234). Sum of RGB (Red+Green+Blue) = 143+167+234=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 167 (65.62% from 255 or 30.70% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FA7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA7EA is #705815. Grayscale: #A7A7A7. Windows color (decimal): -7362582 or 15378319. OLE color: 15378319.

HSL color Cylindrical-coordinate representation of color #8FA7EA: hue angle of 224.18º 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 #8FA7EA is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 167 234 -
CMYK 0.39 0.29 0 0.08
HSL 224.18º 0.68% 0.74% -
HSV(B) 224.18º 0.39% 0.92% -
XYZ 40 39.42 83.34 -
YUV 167.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 143 167 234 0.39 0.29 0 0.08 224.18 0.68 0.74
Hex 8F A7 EA 27 1D 0 8 E0 44 4A
Octal 217 247 352 47 35 0 10 340 104 112
Binary 10001111 10100111 11101010 100111 11101 0 1000 11100000 1000100 1001010

Color Harmonies of #8FA7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA7EA

Black with #8FA7EA

Text Example


Text Example

White with #8FA7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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