Html Css Color HEX #938AED Portage

📋 copy color: '#938AED'

red 147 ◦ green 138 ◦ blue 237

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

Shades of Portage #938AED

Tints of Portage #938AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.44%

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

R = 28.16%
G = 26.44%
B = 45.4%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#938AED (or 0x938AED) is known color: Portage. HEX triplet: 93, 8A and ED. RGB value is (147,138,237). Sum of RGB (Red+Green+Blue) = 147+138+237=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #938AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #938AED is #6C7512. Grayscale: #979797. Windows color (decimal): -7107859 or 15567507. OLE color: 15567507.

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

Color convert

RGB 147 138 237 -
CMYK 0.38 0.42 0 0.07
HSL 245.45º 0.73% 0.74% -
HSV(B) 245.45º 0.42% 0.93% -
XYZ 36.41 30.49 84.09 -
YUV 151.98 175.98 124.45 -
System Red Green Blue C M Y K H S L
Decimal 147 138 237 0.38 0.42 0 0.07 245.45 0.73 0.74
Hex 93 8A ED 26 2A 0 7 F5 49 4A
Octal 223 212 355 46 52 0 7 365 111 112
Binary 10010011 10001010 11101101 100110 101010 0 111 11110101 1001001 1001010

Color Harmonies of #938AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938AED

Black with #938AED

Text Example


Text Example

White with #938AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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