Html Css Color HEX #8F97DD Portage

📋 copy color: '#8F97DD'

red 143 ◦ green 151 ◦ blue 221

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

Shades of Portage #8F97DD

Tints of Portage #8F97DD

RGB

 RED value IS 143 (56.25% from 255) = 27.77%

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

 BLUE value IS 221 (86.72% from 255) = 42.91%

R = 27.77%
G = 29.32%
B = 42.91%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F97DD (or 0x8F97DD) is known color: Portage. HEX triplet: 8F, 97 and DD. RGB value is (143,151,221). Sum of RGB (Red+Green+Blue) = 143+151+221=515 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.77% from 515); Green value is 151 (59.38% from 255 or 29.32% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F97DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F97DD is #706822. Grayscale: #9C9C9C. Windows color (decimal): -7366691 or 14522255. OLE color: 14522255.

HSL color Cylindrical-coordinate representation of color #8F97DD: hue angle of 233.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F97DD is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 151 221 -
CMYK 0.35 0.32 0 0.13
HSL 233.85º 0.53% 0.71% -
HSV(B) 233.85º 0.35% 0.87% -
XYZ 35.45 33.19 72.95 -
YUV 156.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 143 151 221 0.35 0.32 0 0.13 233.85 0.53 0.71
Hex 8F 97 DD 23 20 0 D EA 35 47
Octal 217 227 335 43 40 0 15 352 65 107
Binary 10001111 10010111 11011101 100011 100000 0 1101 11101010 110101 1000111

Color Harmonies of #8F97DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F97DD

Black with #8F97DD

Text Example


Text Example

White with #8F97DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,221); }

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

background-color css

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

 a { background-color: rgb(143,151,221); }

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

border-color css

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

 span { border-color: rgb(143,151,221); }

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