Html Css Color HEX #8F9CFF Portage

📋 copy color: '#8F9CFF'

red 143 ◦ green 156 ◦ blue 255

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

Shades of Portage #8F9CFF

Tints of Portage #8F9CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 25.81%
G = 28.16%
B = 46.03%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8F9CFF (or 0x8F9CFF) is known color: Portage. HEX triplet: 8F, 9C and FF. RGB value is (143,156,255). Sum of RGB (Red+Green+Blue) = 143+156+255=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9CFF is #706300. Grayscale: #A2A2A2. Windows color (decimal): -7365377 or 16751759. OLE color: 16751759.

HSL color Cylindrical-coordinate representation of color #8F9CFF: hue angle of 233.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F9CFF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 143 156 255 -
CMYK 0.44 0.39 0 0
HSL 233.04º 1% 0.78% -
HSV(B) 233.04º 0.44% 1% -
XYZ 41.27 36.84 99.54 -
YUV 163.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 143 156 255 0.44 0.39 0 0 233.04 1 0.78
Hex 8F 9C FF 2C 27 0 0 E9 64 4E
Octal 217 234 377 54 47 0 0 351 144 116
Binary 10001111 10011100 11111111 101100 100111 0 0 11101001 1100100 1001110

Color Harmonies of #8F9CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9CFF

Black with #8F9CFF

Text Example


Text Example

White with #8F9CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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