Html Css Color HEX #8B97FA Portage

📋 copy color: '#8B97FA'

red 139 ◦ green 151 ◦ blue 250

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

Shades of Portage #8B97FA

Tints of Portage #8B97FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 25.74%
G = 27.96%
B = 46.3%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B97FA (or 0x8B97FA) is known color: Portage. HEX triplet: 8B, 97 and FA. RGB value is (139,151,250). Sum of RGB (Red+Green+Blue) = 139+151+250=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B97FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8B97FA is #746805. Grayscale: #9E9E9E. Windows color (decimal): -7628806 or 16422795. OLE color: 16422795.

HSL color Cylindrical-coordinate representation of color #8B97FA: hue angle of 233.51º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B97FA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 151 250 -
CMYK 0.44 0.40 0 0.02
HSL 233.51º 0.92% 0.76% -
HSV(B) 233.51º 0.44% 0.98% -
XYZ 38.97 34.52 95.05 -
YUV 158.7 179.52 113.95 -
System Red Green Blue C M Y K H S L
Decimal 139 151 250 0.44 0.40 0 0.02 233.51 0.92 0.76
Hex 8B 97 FA 2C 28 0 2 EA 5C 4C
Octal 213 227 372 54 50 0 2 352 134 114
Binary 10001011 10010111 11111010 101100 101000 0 10 11101010 1011100 1001100

Color Harmonies of #8B97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B97FA

Black with #8B97FA

Text Example


Text Example

White with #8B97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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