Html Css Color HEX #8F9CCF Portage

📋 copy color: '#8F9CCF'

red 143 ◦ green 156 ◦ blue 207

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

Shades of Portage #8F9CCF

Tints of Portage #8F9CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 28.26%
G = 30.83%
B = 40.91%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9CCF (or 0x8F9CCF) is known color: Portage. HEX triplet: 8F, 9C and CF. RGB value is (143,156,207). Sum of RGB (Red+Green+Blue) = 143+156+207=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9CCF is #706330. Grayscale: #9D9D9D. Windows color (decimal): -7365425 or 13606031. OLE color: 13606031.

HSL color Cylindrical-coordinate representation of color #8F9CCF: hue angle of 227.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F9CCF is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 156 207 -
CMYK 0.31 0.25 0 0.19
HSL 227.81º 0.4% 0.69% -
HSV(B) 227.81º 0.31% 0.81% -
XYZ 34.48 34.12 63.8 -
YUV 157.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 143 156 207 0.31 0.25 0 0.19 227.81 0.4 0.69
Hex 8F 9C CF 1F 19 0 13 E4 28 45
Octal 217 234 317 37 31 0 23 344 50 105
Binary 10001111 10011100 11001111 11111 11001 0 10011 11100100 101000 1000101

Color Harmonies of #8F9CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CCF

Black with #8F9CCF

Text Example


Text Example

White with #8F9CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,207); }

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

background-color css

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

 a { background-color: rgb(143,156,207); }

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

border-color css

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

 span { border-color: rgb(143,156,207); }

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