Html Css Color HEX #8F9BEE Portage

📋 copy color: '#8F9BEE'

red 143 ◦ green 155 ◦ blue 238

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

Shades of Portage #8F9BEE

Tints of Portage #8F9BEE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

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

R = 26.68%
G = 28.92%
B = 44.4%

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

#8F9BEE (or 0x8F9BEE) is known color: Portage. HEX triplet: 8F, 9B and EE. RGB value is (143,155,238). Sum of RGB (Red+Green+Blue) = 143+155+238=536 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.68% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9BEE is #706411. Grayscale: #A0A0A0. Windows color (decimal): -7365650 or 15637391. OLE color: 15637391.

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

Color convert

RGB 143 155 238 -
CMYK 0.40 0.35 0 0.07
HSL 232.42º 0.74% 0.75% -
HSV(B) 232.42º 0.4% 0.93% -
XYZ 38.48 35.46 85.7 -
YUV 160.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 143 155 238 0.40 0.35 0 0.07 232.42 0.74 0.75
Hex 8F 9B EE 28 23 0 7 E8 4A 4B
Octal 217 233 356 50 43 0 7 350 112 113
Binary 10001111 10011011 11101110 101000 100011 0 111 11101000 1001010 1001011

Color Harmonies of #8F9BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BEE

Black with #8F9BEE

Text Example


Text Example

White with #8F9BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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