Html Css Color HEX #939ED0 Portage

📋 copy color: '#939ED0'

red 147 ◦ green 158 ◦ blue 208

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

Shades of Portage #939ED0

Tints of Portage #939ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.55%

R = 28.65%
G = 30.8%
B = 40.55%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#939ED0 (or 0x939ED0) is known color: Portage. HEX triplet: 93, 9E and D0. RGB value is (147,158,208). Sum of RGB (Red+Green+Blue) = 147+158+208=513 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.65% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #939ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939ED0 is #6C612F. Grayscale: #A0A0A0. Windows color (decimal): -7102768 or 13672083. OLE color: 13672083.

HSL color Cylindrical-coordinate representation of color #939ED0: hue angle of 229.18º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939ED0 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 158 208 -
CMYK 0.29 0.24 0 0.18
HSL 229.18º 0.39% 0.7% -
HSV(B) 229.18º 0.29% 0.82% -
XYZ 35.64 35.21 64.59 -
YUV 160.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 147 158 208 0.29 0.24 0 0.18 229.18 0.39 0.7
Hex 93 9E D0 1D 18 0 12 E5 27 46
Octal 223 236 320 35 30 0 22 345 47 106
Binary 10010011 10011110 11010000 11101 11000 0 10010 11100101 100111 1000110

Color Harmonies of #939ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939ED0

Black with #939ED0

Text Example


Text Example

White with #939ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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