Html Css Color HEX #939EDD Portage

📋 copy color: '#939EDD'

red 147 ◦ green 158 ◦ blue 221

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

Shades of Portage #939EDD

Tints of Portage #939EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 27.95%
G = 30.04%
B = 42.02%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#939EDD (or 0x939EDD) is known color: Portage. HEX triplet: 93, 9E and DD. RGB value is (147,158,221). Sum of RGB (Red+Green+Blue) = 147+158+221=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #939EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939EDD is #6C6122. Grayscale: #A1A1A1. Windows color (decimal): -7102755 or 14524051. OLE color: 14524051.

HSL color Cylindrical-coordinate representation of color #939EDD: hue angle of 231.08º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #939EDD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 158 221 -
CMYK 0.33 0.29 0 0.13
HSL 231.08º 0.52% 0.72% -
HSV(B) 231.08º 0.33% 0.87% -
XYZ 37.31 35.88 73.37 -
YUV 161.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 147 158 221 0.33 0.29 0 0.13 231.08 0.52 0.72
Hex 93 9E DD 21 1D 0 D E7 34 48
Octal 223 236 335 41 35 0 15 347 64 110
Binary 10010011 10011110 11011101 100001 11101 0 1101 11100111 110100 1001000

Color Harmonies of #939EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EDD

Black with #939EDD

Text Example


Text Example

White with #939EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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