Html Css Color HEX #8F9DED Portage

📋 copy color: '#8F9DED'

red 143 ◦ green 157 ◦ blue 237

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

Shades of Portage #8F9DED

Tints of Portage #8F9DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

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

R = 26.63%
G = 29.24%
B = 44.13%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F9DED (or 0x8F9DED) is known color: Portage. HEX triplet: 8F, 9D and ED. RGB value is (143,157,237). Sum of RGB (Red+Green+Blue) = 143+157+237=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DED is #706212. Grayscale: #A1A1A1. Windows color (decimal): -7365139 or 15572367. OLE color: 15572367.

HSL color Cylindrical-coordinate representation of color #8F9DED: hue angle of 231.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9DED is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 157 237 -
CMYK 0.40 0.34 0 0.07
HSL 231.06º 0.72% 0.75% -
HSV(B) 231.06º 0.4% 0.93% -
XYZ 38.67 36.07 85.04 -
YUV 161.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 143 157 237 0.40 0.34 0 0.07 231.06 0.72 0.75
Hex 8F 9D ED 28 22 0 7 E7 48 4B
Octal 217 235 355 50 42 0 7 347 110 113
Binary 10001111 10011101 11101101 101000 100010 0 111 11100111 1001000 1001011

Color Harmonies of #8F9DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DED

Black with #8F9DED

Text Example


Text Example

White with #8F9DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,237); }

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

background-color css

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

 a { background-color: rgb(143,157,237); }

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

border-color css

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

 span { border-color: rgb(143,157,237); }

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