Html Css Color HEX #948DEE Portage

📋 copy color: '#948DEE'

red 148 ◦ green 141 ◦ blue 238

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

Shades of Portage #948DEE

Tints of Portage #948DEE

RGB

 RED value IS 148 (58.2% from 255) = 28.08%

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 28.08%
G = 26.76%
B = 45.16%

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

#948DEE (or 0x948DEE) is known color: Portage. HEX triplet: 94, 8D and EE. RGB value is (148,141,238). Sum of RGB (Red+Green+Blue) = 148+141+238=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #948DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEE is #6B7211. Grayscale: #999999. Windows color (decimal): -7041554 or 15633812. OLE color: 15633812.

HSL color Cylindrical-coordinate representation of color #948DEE: hue angle of 244.33º degrees, saturation: 0.74, 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 #948DEE is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 141 238 -
CMYK 0.38 0.41 0 0.07
HSL 244.33º 0.74% 0.74% -
HSV(B) 244.33º 0.41% 0.93% -
XYZ 37.17 31.52 85.01 -
YUV 154.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 148 141 238 0.38 0.41 0 0.07 244.33 0.74 0.74
Hex 94 8D EE 26 29 0 7 F4 4A 4A
Octal 224 215 356 46 51 0 7 364 112 112
Binary 10010100 10001101 11101110 100110 101001 0 111 11110100 1001010 1001010

Color Harmonies of #948DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DEE

Black with #948DEE

Text Example


Text Example

White with #948DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948DEE; }

 p { color: rgb(148,141,238); }

 H1.HeaderClassName
 {
   color: #948DEE;
 }
 .AnyTagClassName
 {
   color: #948DEE;
 }
</style>

background-color css

<style>
 a { background-color: #948DEE; }

 a { background-color: rgb(148,141,238); }

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

border-color css

<style>
 span { border-color: #948DEE; }

 span { border-color: rgb(148,141,238); }

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