Html Css Color HEX #8F9AEE Portage

📋 copy color: '#8F9AEE'

red 143 ◦ green 154 ◦ blue 238

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

Shades of Portage #8F9AEE

Tints of Portage #8F9AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 26.73%
G = 28.79%
B = 44.49%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F9AEE (or 0x8F9AEE) is known color: Portage. HEX triplet: 8F, 9A and EE. RGB value is (143,154,238). Sum of RGB (Red+Green+Blue) = 143+154+238=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9AEE is #706511. Grayscale: #9F9F9F. Windows color (decimal): -7365906 or 15637135. OLE color: 15637135.

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

Color convert

RGB 143 154 238 -
CMYK 0.40 0.35 0 0.07
HSL 233.05º 0.74% 0.75% -
HSV(B) 233.05º 0.4% 0.93% -
XYZ 38.32 35.12 85.65 -
YUV 160.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 143 154 238 0.40 0.35 0 0.07 233.05 0.74 0.75
Hex 8F 9A EE 28 23 0 7 E9 4A 4B
Octal 217 232 356 50 43 0 7 351 112 113
Binary 10001111 10011010 11101110 101000 100011 0 111 11101001 1001010 1001011

Color Harmonies of #8F9AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9AEE

Black with #8F9AEE

Text Example


Text Example

White with #8F9AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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