Html Css Color HEX #939EED Portage

📋 copy color: '#939EED'

red 147 ◦ green 158 ◦ blue 237

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

Shades of Portage #939EED

Tints of Portage #939EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.73%

R = 27.12%
G = 29.15%
B = 43.73%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#939EED (or 0x939EED) is known color: Portage. HEX triplet: 93, 9E and ED. RGB value is (147,158,237). Sum of RGB (Red+Green+Blue) = 147+158+237=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #939EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939EED is #6C6112. Grayscale: #A3A3A3. Windows color (decimal): -7102739 or 15572627. OLE color: 15572627.

HSL color Cylindrical-coordinate representation of color #939EED: hue angle of 232.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939EED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 158 237 -
CMYK 0.38 0.33 0 0.07
HSL 232.67º 0.71% 0.75% -
HSV(B) 232.67º 0.38% 0.93% -
XYZ 39.55 36.77 85.13 -
YUV 163.72 169.36 116.08 -
System Red Green Blue C M Y K H S L
Decimal 147 158 237 0.38 0.33 0 0.07 232.67 0.71 0.75
Hex 93 9E ED 26 21 0 7 E9 47 4B
Octal 223 236 355 46 41 0 7 351 107 113
Binary 10010011 10011110 11101101 100110 100001 0 111 11101001 1000111 1001011

Color Harmonies of #939EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #939EED

Black with #939EED

Text Example


Text Example

White with #939EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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