Html Css Color HEX #8F9BCA Portage

📋 copy color: '#8F9BCA'

red 143 ◦ green 155 ◦ blue 202

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

Shades of Portage #8F9BCA

Tints of Portage #8F9BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 28.6%
G = 31%
B = 40.4%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8F9BCA (or 0x8F9BCA) is known color: Portage. HEX triplet: 8F, 9B and CA. RGB value is (143,155,202). Sum of RGB (Red+Green+Blue) = 143+155+202=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F9BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F9BCA is #706435. Grayscale: #9C9C9C. Windows color (decimal): -7365686 or 13278095. OLE color: 13278095.

HSL color Cylindrical-coordinate representation of color #8F9BCA: hue angle of 227.8º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F9BCA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 155 202 -
CMYK 0.29 0.23 0 0.21
HSL 227.8º 0.36% 0.68% -
HSV(B) 227.8º 0.29% 0.79% -
XYZ 33.71 33.55 60.58 -
YUV 156.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 143 155 202 0.29 0.23 0 0.21 227.8 0.36 0.68
Hex 8F 9B CA 1D 17 0 15 E4 24 44
Octal 217 233 312 35 27 0 25 344 44 104
Binary 10001111 10011011 11001010 11101 10111 0 10101 11100100 100100 1000100

Color Harmonies of #8F9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9BCA

Black with #8F9BCA

Text Example


Text Example

White with #8F9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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