Html Css Color HEX #8B9FEE Portage

📋 copy color: '#8B9FEE'

red 139 ◦ green 159 ◦ blue 238

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

Shades of Portage #8B9FEE

Tints of Portage #8B9FEE

RGB

 RED value IS 139 (54.69% from 255) = 25.93%

 GREEN value IS 159 (62.5% from 255) = 29.66%

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

R = 25.93%
G = 29.66%
B = 44.4%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8B9FEE (or 0x8B9FEE) is known color: Portage. HEX triplet: 8B, 9F and EE. RGB value is (139,159,238). Sum of RGB (Red+Green+Blue) = 139+159+238=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 159 (62.5% from 255 or 29.66% 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 #8B9FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B9FEE is #746011. Grayscale: #A1A1A1. Windows color (decimal): -7626770 or 15638411. OLE color: 15638411.

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

Color convert

RGB 139 159 238 -
CMYK 0.42 0.33 0 0.07
HSL 227.88º 0.74% 0.74% -
HSV(B) 227.88º 0.42% 0.93% -
XYZ 38.48 36.46 85.9 -
YUV 162.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 139 159 238 0.42 0.33 0 0.07 227.88 0.74 0.74
Hex 8B 9F EE 2A 21 0 7 E4 4A 4A
Octal 213 237 356 52 41 0 7 344 112 112
Binary 10001011 10011111 11101110 101010 100001 0 111 11100100 1001010 1001010

Color Harmonies of #8B9FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9FEE

Black with #8B9FEE

Text Example


Text Example

White with #8B9FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,159,238); }

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

background-color css

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

 a { background-color: rgb(139,159,238); }

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

border-color css

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

 span { border-color: rgb(139,159,238); }

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