Html Css Color HEX #8B97EF Portage

📋 copy color: '#8B97EF'

red 139 ◦ green 151 ◦ blue 239

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

Shades of Portage #8B97EF

Tints of Portage #8B97EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.54%

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 26.28%
G = 28.54%
B = 45.18%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8B97EF (or 0x8B97EF) is known color: Portage. HEX triplet: 8B, 97 and EF. RGB value is (139,151,239). Sum of RGB (Red+Green+Blue) = 139+151+239=529 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.28% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B97EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B97EF is #746810. Grayscale: #9D9D9D. Windows color (decimal): -7628817 or 15701899. OLE color: 15701899.

HSL color Cylindrical-coordinate representation of color #8B97EF: hue angle of 232.8º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B97EF is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 139 151 239 -
CMYK 0.42 0.37 0 0.06
HSL 232.8º 0.76% 0.74% -
HSV(B) 232.8º 0.42% 0.94% -
XYZ 37.29 33.85 86.23 -
YUV 157.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 139 151 239 0.42 0.37 0 0.06 232.8 0.76 0.74
Hex 8B 97 EF 2A 25 0 6 E9 4C 4A
Octal 213 227 357 52 45 0 6 351 114 112
Binary 10001011 10010111 11101111 101010 100101 0 110 11101001 1001100 1001010

Color Harmonies of #8B97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B97EF

Black with #8B97EF

Text Example


Text Example

White with #8B97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,151,239); }

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

background-color css

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

 a { background-color: rgb(139,151,239); }

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

border-color css

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

 span { border-color: rgb(139,151,239); }

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