Html Css Color HEX #939ADB Portage

📋 copy color: '#939ADB'

red 147 ◦ green 154 ◦ blue 219

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

Shades of Portage #939ADB

Tints of Portage #939ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.12%

R = 28.27%
G = 29.62%
B = 42.12%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#939ADB (or 0x939ADB) is known color: Portage. HEX triplet: 93, 9A and DB. RGB value is (147,154,219). Sum of RGB (Red+Green+Blue) = 147+154+219=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #939ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ADB is #6C6524. Grayscale: #9F9F9F. Windows color (decimal): -7103781 or 14391955. OLE color: 14391955.

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

Color convert

RGB 147 154 219 -
CMYK 0.33 0.30 0 0.14
HSL 234.17º 0.5% 0.72% -
HSV(B) 234.17º 0.33% 0.86% -
XYZ 36.37 34.43 71.75 -
YUV 159.32 161.68 119.21 -
System Red Green Blue C M Y K H S L
Decimal 147 154 219 0.33 0.30 0 0.14 234.17 0.5 0.72
Hex 93 9A DB 21 1E 0 E EA 32 48
Octal 223 232 333 41 36 0 16 352 62 110
Binary 10010011 10011010 11011011 100001 11110 0 1110 11101010 110010 1001000

Color Harmonies of #939ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939ADB

Black with #939ADB

Text Example


Text Example

White with #939ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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