Html Css Color HEX #8F9ACF Portage

📋 copy color: '#8F9ACF'

red 143 ◦ green 154 ◦ blue 207

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

Shades of Portage #8F9ACF

Tints of Portage #8F9ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.56%

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

R = 28.37%
G = 30.56%
B = 41.07%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F9ACF (or 0x8F9ACF) is known color: Portage. HEX triplet: 8F, 9A and CF. RGB value is (143,154,207). Sum of RGB (Red+Green+Blue) = 143+154+207=504 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.37% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9ACF is #706530. Grayscale: #9C9C9C. Windows color (decimal): -7365937 or 13605519. OLE color: 13605519.

HSL color Cylindrical-coordinate representation of color #8F9ACF: hue angle of 229.69º 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 #8F9ACF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 154 207 -
CMYK 0.31 0.26 0 0.19
HSL 229.69º 0.4% 0.69% -
HSV(B) 229.69º 0.31% 0.81% -
XYZ 34.15 33.46 63.69 -
YUV 156.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 143 154 207 0.31 0.26 0 0.19 229.69 0.4 0.69
Hex 8F 9A CF 1F 1A 0 13 E6 28 45
Octal 217 232 317 37 32 0 23 346 50 105
Binary 10001111 10011010 11001111 11111 11010 0 10011 11100110 101000 1000101

Color Harmonies of #8F9ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9ACF

Black with #8F9ACF

Text Example


Text Example

White with #8F9ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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