Html Css Color HEX #8FA8EA Portage

📋 copy color: '#8FA8EA'

red 143 ◦ green 168 ◦ blue 234

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

Shades of Portage #8FA8EA

Tints of Portage #8FA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.83%

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

R = 26.24%
G = 30.83%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FA8EA (or 0x8FA8EA) is known color: Portage. HEX triplet: 8F, A8 and EA. RGB value is (143,168,234). Sum of RGB (Red+Green+Blue) = 143+168+234=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FA8EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FA8EA is #705715. Grayscale: #A7A7A7. Windows color (decimal): -7362326 or 15378575. OLE color: 15378575.

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

Color convert

RGB 143 168 234 -
CMYK 0.39 0.28 0 0.08
HSL 223.52º 0.68% 0.74% -
HSV(B) 223.52º 0.39% 0.92% -
XYZ 40.18 39.79 83.4 -
YUV 168.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 143 168 234 0.39 0.28 0 0.08 223.52 0.68 0.74
Hex 8F A8 EA 27 1C 0 8 E0 44 4A
Octal 217 250 352 47 34 0 10 340 104 112
Binary 10001111 10101000 11101010 100111 11100 0 1000 11100000 1000100 1001010

Color Harmonies of #8FA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA8EA

Black with #8FA8EA

Text Example


Text Example

White with #8FA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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