Html Css Color HEX #8F9DFA Portage

📋 copy color: '#8F9DFA'

red 143 ◦ green 157 ◦ blue 250

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

Shades of Portage #8F9DFA

Tints of Portage #8F9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.55%

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 26%
G = 28.55%
B = 45.45%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F9DFA (or 0x8F9DFA) is known color: Portage. HEX triplet: 8F, 9D and FA. RGB value is (143,157,250). Sum of RGB (Red+Green+Blue) = 143+157+250=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8F9DFA is #706205. Grayscale: #A3A3A3. Windows color (decimal): -7365126 or 16424335. OLE color: 16424335.

HSL color Cylindrical-coordinate representation of color #8F9DFA: hue angle of 232.15º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9DFA is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 157 250 -
CMYK 0.43 0.37 0 0.02
HSL 232.15º 0.91% 0.77% -
HSV(B) 232.15º 0.43% 0.98% -
XYZ 40.64 36.86 95.41 -
YUV 163.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 143 157 250 0.43 0.37 0 0.02 232.15 0.91 0.77
Hex 8F 9D FA 2B 25 0 2 E8 5B 4D
Octal 217 235 372 53 45 0 2 350 133 115
Binary 10001111 10011101 11111010 101011 100101 0 10 11101000 1011011 1001101

Color Harmonies of #8F9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9DFA

Black with #8F9DFA

Text Example


Text Example

White with #8F9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,250); }

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

background-color css

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

 a { background-color: rgb(143,157,250); }

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

border-color css

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

 span { border-color: rgb(143,157,250); }

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