Html Css Color HEX #948EEE Portage

📋 copy color: '#948EEE'

red 148 ◦ green 142 ◦ blue 238

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

Shades of Portage #948EEE

Tints of Portage #948EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.89%

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

R = 28.03%
G = 26.89%
B = 45.08%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#948EEE (or 0x948EEE) is known color: Portage. HEX triplet: 94, 8E and EE. RGB value is (148,142,238). Sum of RGB (Red+Green+Blue) = 148+142+238=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #948EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EEE is #6B7111. Grayscale: #9A9A9A. Windows color (decimal): -7041298 or 15634068. OLE color: 15634068.

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

Color convert

RGB 148 142 238 -
CMYK 0.38 0.40 0 0.07
HSL 243.75º 0.74% 0.75% -
HSV(B) 243.75º 0.4% 0.93% -
XYZ 37.32 31.81 85.06 -
YUV 154.74 174.99 123.19 -
System Red Green Blue C M Y K H S L
Decimal 148 142 238 0.38 0.40 0 0.07 243.75 0.74 0.75
Hex 94 8E EE 26 28 0 7 F4 4A 4B
Octal 224 216 356 46 50 0 7 364 112 113
Binary 10010100 10001110 11101110 100110 101000 0 111 11110100 1001010 1001011

Color Harmonies of #948EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EEE

Black with #948EEE

Text Example


Text Example

White with #948EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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