Html Css Color HEX #938DED Portage

📋 copy color: '#938DED'

red 147 ◦ green 141 ◦ blue 237

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

Shades of Portage #938DED

Tints of Portage #938DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.86%

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

R = 28%
G = 26.86%
B = 45.14%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938DED (or 0x938DED) is known color: Portage. HEX triplet: 93, 8D and ED. RGB value is (147,141,237). Sum of RGB (Red+Green+Blue) = 147+141+237=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #938DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938DED is #6C7212. Grayscale: #999999. Windows color (decimal): -7107091 or 15568275. OLE color: 15568275.

HSL color Cylindrical-coordinate representation of color #938DED: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938DED is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 141 237 -
CMYK 0.38 0.41 0 0.07
HSL 243.75º 0.73% 0.74% -
HSV(B) 243.75º 0.41% 0.93% -
XYZ 36.84 31.37 84.23 -
YUV 153.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 147 141 237 0.38 0.41 0 0.07 243.75 0.73 0.74
Hex 93 8D ED 26 29 0 7 F4 49 4A
Octal 223 215 355 46 51 0 7 364 111 112
Binary 10010011 10001101 11101101 100110 101001 0 111 11110100 1001001 1001010

Color Harmonies of #938DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938DED

Black with #938DED

Text Example


Text Example

White with #938DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938DED; }

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

 H1.HeaderClassName
 {
   color: #938DED;
 }
 .AnyTagClassName
 {
   color: #938DED;
 }
</style>

background-color css

<style>
 a { background-color: #938DED; }

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

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

border-color css

<style>
 span { border-color: #938DED; }

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

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