Html Css Color HEX #8F9BDF Portage

📋 copy color: '#8F9BDF'

red 143 ◦ green 155 ◦ blue 223

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

Shades of Portage #8F9BDF

Tints of Portage #8F9BDF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.75%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 27.45%
G = 29.75%
B = 42.8%

CMYK

 C value IS 0.36

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F9BDF (or 0x8F9BDF) is known color: Portage. HEX triplet: 8F, 9B and DF. RGB value is (143,155,223). Sum of RGB (Red+Green+Blue) = 143+155+223=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BDF is #706420. Grayscale: #9E9E9E. Windows color (decimal): -7365665 or 14654351. OLE color: 14654351.

HSL color Cylindrical-coordinate representation of color #8F9BDF: hue angle of 231º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F9BDF is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 155 223 -
CMYK 0.36 0.30 0 0.13
HSL 231º 0.56% 0.72% -
HSV(B) 231º 0.36% 0.87% -
XYZ 36.37 34.61 74.58 -
YUV 159.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 143 155 223 0.36 0.30 0 0.13 231 0.56 0.72
Hex 8F 9B DF 24 1E 0 D E7 38 48
Octal 217 233 337 44 36 0 15 347 70 110
Binary 10001111 10011011 11011111 100100 11110 0 1101 11100111 111000 1001000

Color Harmonies of #8F9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BDF

Black with #8F9BDF

Text Example


Text Example

White with #8F9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,155,223); }

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

background-color css

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

 a { background-color: rgb(143,155,223); }

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

border-color css

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

 span { border-color: rgb(143,155,223); }

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