Html Css Color HEX #8D9DFA Portage

📋 copy color: '#8D9DFA'

red 141 ◦ green 157 ◦ blue 250

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

Shades of Portage #8D9DFA

Tints of Portage #8D9DFA

RGB

 RED value IS 141 (55.47% from 255) = 25.73%

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

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

R = 25.73%
G = 28.65%
B = 45.62%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D9DFA (or 0x8D9DFA) is known color: Portage. HEX triplet: 8D, 9D and FA. RGB value is (141,157,250). Sum of RGB (Red+Green+Blue) = 141+157+250=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D9DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9DFA is #726205. Grayscale: #A2A2A2. Windows color (decimal): -7496198 or 16424333. OLE color: 16424333.

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

Color convert

RGB 141 157 250 -
CMYK 0.44 0.37 0 0.02
HSL 231.19º 0.92% 0.77% -
HSV(B) 231.19º 0.44% 0.98% -
XYZ 40.3 36.68 95.4 -
YUV 162.82 177.2 112.44 -
System Red Green Blue C M Y K H S L
Decimal 141 157 250 0.44 0.37 0 0.02 231.19 0.92 0.77
Hex 8D 9D FA 2C 25 0 2 E7 5C 4D
Octal 215 235 372 54 45 0 2 347 134 115
Binary 10001101 10011101 11111010 101100 100101 0 10 11100111 1011100 1001101

Color Harmonies of #8D9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9DFA

Black with #8D9DFA

Text Example


Text Example

White with #8D9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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