Html Css Color HEX #8F9BCC Portage

📋 copy color: '#8F9BCC'

red 143 ◦ green 155 ◦ blue 204

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

Shades of Portage #8F9BCC

Tints of Portage #8F9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 28.49%
G = 30.88%
B = 40.64%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F9BCC (or 0x8F9BCC) is known color: Portage. HEX triplet: 8F, 9B and CC. RGB value is (143,155,204). Sum of RGB (Red+Green+Blue) = 143+155+204=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BCC is #706433. Grayscale: #9C9C9C. Windows color (decimal): -7365684 or 13409167. OLE color: 13409167.

HSL color Cylindrical-coordinate representation of color #8F9BCC: hue angle of 228.2º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8F9BCC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 155 204 -
CMYK 0.30 0.24 0 0.2
HSL 228.2º 0.37% 0.68% -
HSV(B) 228.2º 0.3% 0.8% -
XYZ 33.95 33.64 61.83 -
YUV 157 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 143 155 204 0.30 0.24 0 0.2 228.2 0.37 0.68
Hex 8F 9B CC 1E 18 0 14 E4 25 44
Octal 217 233 314 36 30 0 24 344 45 104
Binary 10001111 10011011 11001100 11110 11000 0 10100 11100100 100101 1000100

Color Harmonies of #8F9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BCC

Black with #8F9BCC

Text Example


Text Example

White with #8F9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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