Html Css Color HEX #8F9AEA Portage

📋 copy color: '#8F9AEA'

red 143 ◦ green 154 ◦ blue 234

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

Shades of Portage #8F9AEA

Tints of Portage #8F9AEA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29%

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

R = 26.93%
G = 29%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F9AEA (or 0x8F9AEA) is known color: Portage. HEX triplet: 8F, 9A and EA. RGB value is (143,154,234). Sum of RGB (Red+Green+Blue) = 143+154+234=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F9AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AEA is #706515. Grayscale: #9F9F9F. Windows color (decimal): -7365910 or 15374991. OLE color: 15374991.

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

Color convert

RGB 143 154 234 -
CMYK 0.39 0.34 0 0.08
HSL 232.75º 0.68% 0.74% -
HSV(B) 232.75º 0.39% 0.92% -
XYZ 37.73 34.89 82.59 -
YUV 159.83 169.86 116 -
System Red Green Blue C M Y K H S L
Decimal 143 154 234 0.39 0.34 0 0.08 232.75 0.68 0.74
Hex 8F 9A EA 27 22 0 8 E9 44 4A
Octal 217 232 352 47 42 0 10 351 104 112
Binary 10001111 10011010 11101010 100111 100010 0 1000 11101001 1000100 1001010

Color Harmonies of #8F9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AEA

Black with #8F9AEA

Text Example


Text Example

White with #8F9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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