Html Css Color HEX #939DCA Portage

📋 copy color: '#939DCA'

red 147 ◦ green 157 ◦ blue 202

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

Shades of Portage #939DCA

Tints of Portage #939DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 29.05%
G = 31.03%
B = 39.92%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#939DCA (or 0x939DCA) is known color: Portage. HEX triplet: 93, 9D and CA. RGB value is (147,157,202). Sum of RGB (Red+Green+Blue) = 147+157+202=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #939DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCA is #6C6235. Grayscale: #9E9E9E. Windows color (decimal): -7103030 or 13278611. OLE color: 13278611.

HSL color Cylindrical-coordinate representation of color #939DCA: hue angle of 229.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #939DCA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 157 202 -
CMYK 0.27 0.22 0 0.21
HSL 229.09º 0.34% 0.68% -
HSV(B) 229.09º 0.27% 0.79% -
XYZ 34.75 34.58 60.72 -
YUV 159.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 147 157 202 0.27 0.22 0 0.21 229.09 0.34 0.68
Hex 93 9D CA 1B 16 0 15 E5 22 44
Octal 223 235 312 33 26 0 25 345 42 104
Binary 10010011 10011101 11001010 11011 10110 0 10101 11100101 100010 1000100

Color Harmonies of #939DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939DCA

Black with #939DCA

Text Example


Text Example

White with #939DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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