Html Css Color HEX #939ADD Portage

📋 copy color: '#939ADD'

red 147 ◦ green 154 ◦ blue 221

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

Shades of Portage #939ADD

Tints of Portage #939ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 28.16%
G = 29.5%
B = 42.34%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#939ADD (or 0x939ADD) is known color: Portage. HEX triplet: 93, 9A and DD. RGB value is (147,154,221). Sum of RGB (Red+Green+Blue) = 147+154+221=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #939ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ADD is #6C6522. Grayscale: #9F9F9F. Windows color (decimal): -7103779 or 14523027. OLE color: 14523027.

HSL color Cylindrical-coordinate representation of color #939ADD: hue angle of 234.32º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939ADD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 154 221 -
CMYK 0.33 0.30 0 0.13
HSL 234.32º 0.52% 0.72% -
HSV(B) 234.32º 0.33% 0.87% -
XYZ 36.64 34.53 73.14 -
YUV 159.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 147 154 221 0.33 0.30 0 0.13 234.32 0.52 0.72
Hex 93 9A DD 21 1E 0 D EA 34 48
Octal 223 232 335 41 36 0 15 352 64 110
Binary 10010011 10011010 11011101 100001 11110 0 1101 11101010 110100 1001000

Color Harmonies of #939ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939ADD

Black with #939ADD

Text Example


Text Example

White with #939ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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