Html Css Color HEX #8B97CE Portage

📋 copy color: '#8B97CE'

red 139 ◦ green 151 ◦ blue 206

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

Shades of Portage #8B97CE

Tints of Portage #8B97CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 28.02%
G = 30.44%
B = 41.53%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B97CE (or 0x8B97CE) is known color: Portage. HEX triplet: 8B, 97 and CE. RGB value is (139,151,206). Sum of RGB (Red+Green+Blue) = 139+151+206=496 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.02% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B97CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B97CE is #746831. Grayscale: #999999. Windows color (decimal): -7628850 or 13539211. OLE color: 13539211.

HSL color Cylindrical-coordinate representation of color #8B97CE: hue angle of 229.25º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B97CE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 151 206 -
CMYK 0.33 0.27 0 0.19
HSL 229.25º 0.41% 0.68% -
HSV(B) 229.25º 0.33% 0.81% -
XYZ 32.85 32.08 62.85 -
YUV 153.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 139 151 206 0.33 0.27 0 0.19 229.25 0.41 0.68
Hex 8B 97 CE 21 1B 0 13 E5 29 44
Octal 213 227 316 41 33 0 23 345 51 104
Binary 10001011 10010111 11001110 100001 11011 0 10011 11100101 101001 1000100

Color Harmonies of #8B97CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B97CE

Black with #8B97CE

Text Example


Text Example

White with #8B97CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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