Html Css Color HEX #939EEF Portage

📋 copy color: '#939EEF'

red 147 ◦ green 158 ◦ blue 239

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

Shades of Portage #939EEF

Tints of Portage #939EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.93%

R = 27.02%
G = 29.04%
B = 43.93%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#939EEF (or 0x939EEF) is known color: Portage. HEX triplet: 93, 9E and EF. RGB value is (147,158,239). Sum of RGB (Red+Green+Blue) = 147+158+239=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #939EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EEF is #6C6110. Grayscale: #A3A3A3. Windows color (decimal): -7102737 or 15703699. OLE color: 15703699.

HSL color Cylindrical-coordinate representation of color #939EEF: hue angle of 232.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939EEF is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 158 239 -
CMYK 0.38 0.34 0 0.06
HSL 232.83º 0.74% 0.76% -
HSV(B) 232.83º 0.38% 0.94% -
XYZ 39.84 36.89 86.68 -
YUV 163.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 147 158 239 0.38 0.34 0 0.06 232.83 0.74 0.76
Hex 93 9E EF 26 22 0 6 E9 4A 4C
Octal 223 236 357 46 42 0 6 351 112 114
Binary 10010011 10011110 11101111 100110 100010 0 110 11101001 1001010 1001100

Color Harmonies of #939EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EEF

Black with #939EEF

Text Example


Text Example

White with #939EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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