Html Css Color HEX #8F99EE Portage

📋 copy color: '#8F99EE'

red 143 ◦ green 153 ◦ blue 238

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

Shades of Portage #8F99EE

Tints of Portage #8F99EE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.65%

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

R = 26.78%
G = 28.65%
B = 44.57%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F99EE (or 0x8F99EE) is known color: Portage. HEX triplet: 8F, 99 and EE. RGB value is (143,153,238). Sum of RGB (Red+Green+Blue) = 143+153+238=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F99EE is #706611. Grayscale: #9F9F9F. Windows color (decimal): -7366162 or 15636879. OLE color: 15636879.

HSL color Cylindrical-coordinate representation of color #8F99EE: hue angle of 233.68º 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 #8F99EE is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 153 238 -
CMYK 0.40 0.36 0 0.07
HSL 233.68º 0.74% 0.75% -
HSV(B) 233.68º 0.4% 0.93% -
XYZ 38.15 34.8 85.59 -
YUV 159.7 172.19 116.09 -
System Red Green Blue C M Y K H S L
Decimal 143 153 238 0.40 0.36 0 0.07 233.68 0.74 0.75
Hex 8F 99 EE 28 24 0 7 EA 4A 4B
Octal 217 231 356 50 44 0 7 352 112 113
Binary 10001111 10011001 11101110 101000 100100 0 111 11101010 1001010 1001011

Color Harmonies of #8F99EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F99EE

Black with #8F99EE

Text Example


Text Example

White with #8F99EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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