Html Css Color HEX #8B97EA Portage

📋 copy color: '#8B97EA'

red 139 ◦ green 151 ◦ blue 234

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

Shades of Portage #8B97EA

Tints of Portage #8B97EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.66%

R = 26.53%
G = 28.82%
B = 44.66%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8B97EA (or 0x8B97EA) is known color: Portage. HEX triplet: 8B, 97 and EA. RGB value is (139,151,234). Sum of RGB (Red+Green+Blue) = 139+151+234=524 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.53% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B97EA is #746815. Grayscale: #9C9C9C. Windows color (decimal): -7628822 or 15374219. OLE color: 15374219.

HSL color Cylindrical-coordinate representation of color #8B97EA: hue angle of 232.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B97EA is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 151 234 -
CMYK 0.41 0.35 0 0.08
HSL 232.42º 0.69% 0.73% -
HSV(B) 232.42º 0.41% 0.92% -
XYZ 36.57 33.56 82.39 -
YUV 156.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 139 151 234 0.41 0.35 0 0.08 232.42 0.69 0.73
Hex 8B 97 EA 29 23 0 8 E8 45 49
Octal 213 227 352 51 43 0 10 350 105 111
Binary 10001011 10010111 11101010 101001 100011 0 1000 11101000 1000101 1001001

Color Harmonies of #8B97EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B97EA

Black with #8B97EA

Text Example


Text Example

White with #8B97EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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