Html Css Color HEX #939DDB Portage

📋 copy color: '#939DDB'

red 147 ◦ green 157 ◦ blue 219

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

Shades of Portage #939DDB

Tints of Portage #939DDB

RGB

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

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

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

R = 28.11%
G = 30.02%
B = 41.87%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#939DDB (or 0x939DDB) is known color: Portage. HEX triplet: 93, 9D and DB. RGB value is (147,157,219). Sum of RGB (Red+Green+Blue) = 147+157+219=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #939DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DDB is #6C6224. Grayscale: #A0A0A0. Windows color (decimal): -7103013 or 14392723. OLE color: 14392723.

HSL color Cylindrical-coordinate representation of color #939DDB: hue angle of 231.67º 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 #939DDB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 157 219 -
CMYK 0.33 0.28 0 0.14
HSL 231.67º 0.5% 0.72% -
HSV(B) 231.67º 0.33% 0.86% -
XYZ 36.88 35.43 71.91 -
YUV 161.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 147 157 219 0.33 0.28 0 0.14 231.67 0.5 0.72
Hex 93 9D DB 21 1C 0 E E8 32 48
Octal 223 235 333 41 34 0 16 350 62 110
Binary 10010011 10011101 11011011 100001 11100 0 1110 11101000 110010 1001000

Color Harmonies of #939DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939DDB

Black with #939DDB

Text Example


Text Example

White with #939DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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