Html Css Color HEX #939FDB Portage

📋 copy color: '#939FDB'

red 147 ◦ green 159 ◦ blue 219

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

Shades of Portage #939FDB

Tints of Portage #939FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.29%

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

R = 28%
G = 30.29%
B = 41.71%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#939FDB (or 0x939FDB) is known color: Portage. HEX triplet: 93, 9F and DB. RGB value is (147,159,219). Sum of RGB (Red+Green+Blue) = 147+159+219=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #939FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939FDB is #6C6024. Grayscale: #A2A2A2. Windows color (decimal): -7102501 or 14393235. OLE color: 14393235.

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

Color convert

RGB 147 159 219 -
CMYK 0.33 0.27 0 0.14
HSL 230º 0.5% 0.72% -
HSV(B) 230º 0.33% 0.86% -
XYZ 37.22 36.11 72.03 -
YUV 162.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 147 159 219 0.33 0.27 0 0.14 230 0.5 0.72
Hex 93 9F DB 21 1B 0 E E6 32 48
Octal 223 237 333 41 33 0 16 346 62 110
Binary 10010011 10011111 11011011 100001 11011 0 1110 11100110 110010 1001000

Color Harmonies of #939FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939FDB

Black with #939FDB

Text Example


Text Example

White with #939FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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