Html Css Color HEX #8D97ED Portage

📋 copy color: '#8D97ED'

red 141 ◦ green 151 ◦ blue 237

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

Shades of Portage #8D97ED

Tints of Portage #8D97ED

RGB

 RED value IS 141 (55.47% from 255) = 26.65%

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 26.65%
G = 28.54%
B = 44.8%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D97ED (or 0x8D97ED) is known color: Portage. HEX triplet: 8D, 97 and ED. RGB value is (141,151,237). Sum of RGB (Red+Green+Blue) = 141+151+237=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #8D97ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D97ED is #726812. Grayscale: #9D9D9D. Windows color (decimal): -7497747 or 15570829. OLE color: 15570829.

HSL color Cylindrical-coordinate representation of color #8D97ED: hue angle of 233.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D97ED is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 151 237 -
CMYK 0.41 0.36 0 0.07
HSL 233.75º 0.73% 0.74% -
HSV(B) 233.75º 0.41% 0.93% -
XYZ 37.34 33.91 84.7 -
YUV 157.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 141 151 237 0.41 0.36 0 0.07 233.75 0.73 0.74
Hex 8D 97 ED 29 24 0 7 EA 49 4A
Octal 215 227 355 51 44 0 7 352 111 112
Binary 10001101 10010111 11101101 101001 100100 0 111 11101010 1001001 1001010

Color Harmonies of #8D97ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D97ED

Black with #8D97ED

Text Example


Text Example

White with #8D97ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,151,237); }

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

background-color css

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

 a { background-color: rgb(141,151,237); }

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

border-color css

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

 span { border-color: rgb(141,151,237); }

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