Html Css Color HEX #939AD9 Portage

📋 copy color: '#939AD9'

red 147 ◦ green 154 ◦ blue 217

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

Shades of Portage #939AD9

Tints of Portage #939AD9

RGB

 RED value IS 147 (57.81% from 255) = 28.38%

 GREEN value IS 154 (60.55% from 255) = 29.73%

 BLUE value IS 217 (85.16% from 255) = 41.89%

R = 28.38%
G = 29.73%
B = 41.89%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#939AD9 (or 0x939AD9) is known color: Portage. HEX triplet: 93, 9A and D9. RGB value is (147,154,217). Sum of RGB (Red+Green+Blue) = 147+154+217=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #939AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939AD9 is #6C6526. Grayscale: #9E9E9E. Windows color (decimal): -7103783 or 14260883. OLE color: 14260883.

HSL color Cylindrical-coordinate representation of color #939AD9: hue angle of 234º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939AD9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 154 217 -
CMYK 0.32 0.29 0 0.15
HSL 234º 0.48% 0.71% -
HSV(B) 234º 0.32% 0.85% -
XYZ 36.11 34.32 70.37 -
YUV 159.09 160.68 119.38 -
System Red Green Blue C M Y K H S L
Decimal 147 154 217 0.32 0.29 0 0.15 234 0.48 0.71
Hex 93 9A D9 20 1D 0 F EA 30 47
Octal 223 232 331 40 35 0 17 352 60 107
Binary 10010011 10011010 11011001 100000 11101 0 1111 11101010 110000 1000111

Color Harmonies of #939AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939AD9

Black with #939AD9

Text Example


Text Example

White with #939AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #939AD9; }

 p { color: rgb(147,154,217); }

 H1.HeaderClassName
 {
   color: #939AD9;
 }
 .AnyTagClassName
 {
   color: #939AD9;
 }
</style>

background-color css

<style>
 a { background-color: #939AD9; }

 a { background-color: rgb(147,154,217); }

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

border-color css

<style>
 span { border-color: #939AD9; }

 span { border-color: rgb(147,154,217); }

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