Html Css Color HEX #939EDB Portage

📋 copy color: '#939EDB'

red 147 ◦ green 158 ◦ blue 219

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

Shades of Portage #939EDB

Tints of Portage #939EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.15%

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

R = 28.05%
G = 30.15%
B = 41.79%

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

#939EDB (or 0x939EDB) is known color: Portage. HEX triplet: 93, 9E and DB. RGB value is (147,158,219). Sum of RGB (Red+Green+Blue) = 147+158+219=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #939EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EDB is #6C6124. Grayscale: #A1A1A1. Windows color (decimal): -7102757 or 14392979. OLE color: 14392979.

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

Color convert

RGB 147 158 219 -
CMYK 0.33 0.28 0 0.14
HSL 230.83º 0.5% 0.72% -
HSV(B) 230.83º 0.33% 0.86% -
XYZ 37.05 35.77 71.97 -
YUV 161.67 160.36 117.54 -
System Red Green Blue C M Y K H S L
Decimal 147 158 219 0.33 0.28 0 0.14 230.83 0.5 0.72
Hex 93 9E DB 21 1C 0 E E7 32 48
Octal 223 236 333 41 34 0 16 347 62 110
Binary 10010011 10011110 11011011 100001 11100 0 1110 11100111 110010 1001000

Color Harmonies of #939EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EDB

Black with #939EDB

Text Example


Text Example

White with #939EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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