Html Css Color HEX #8F9CF0 Portage

📋 copy color: '#8F9CF0'

red 143 ◦ green 156 ◦ blue 240

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

Shades of Portage #8F9CF0

Tints of Portage #8F9CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 26.53%
G = 28.94%
B = 44.53%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F9CF0 (or 0x8F9CF0) is known color: Portage. HEX triplet: 8F, 9C and F0. RGB value is (143,156,240). Sum of RGB (Red+Green+Blue) = 143+156+240=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F9CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CF0 is #70630F. Grayscale: #A1A1A1. Windows color (decimal): -7365392 or 15768719. OLE color: 15768719.

HSL color Cylindrical-coordinate representation of color #8F9CF0: hue angle of 231.96º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F9CF0 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 156 240 -
CMYK 0.40 0.35 0 0.06
HSL 231.96º 0.76% 0.75% -
HSV(B) 231.96º 0.4% 0.94% -
XYZ 38.94 35.91 87.32 -
YUV 161.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 143 156 240 0.40 0.35 0 0.06 231.96 0.76 0.75
Hex 8F 9C F0 28 23 0 6 E8 4C 4B
Octal 217 234 360 50 43 0 6 350 114 113
Binary 10001111 10011100 11110000 101000 100011 0 110 11101000 1001100 1001011

Color Harmonies of #8F9CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CF0

Black with #8F9CF0

Text Example


Text Example

White with #8F9CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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