Html Css Color HEX #948DEB Portage

📋 copy color: '#948DEB'

red 148 ◦ green 141 ◦ blue 235

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

Shades of Portage #948DEB

Tints of Portage #948DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.85%

R = 28.24%
G = 26.91%
B = 44.85%

CMYK

 C value IS 0.37

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#948DEB (or 0x948DEB) is known color: Portage. HEX triplet: 94, 8D and EB. RGB value is (148,141,235). Sum of RGB (Red+Green+Blue) = 148+141+235=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #948DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DEB is #6B7214. Grayscale: #999999. Windows color (decimal): -7041557 or 15437204. OLE color: 15437204.

HSL color Cylindrical-coordinate representation of color #948DEB: hue angle of 244.47º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948DEB is Cyan = 0.37, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 141 235 -
CMYK 0.37 0.4 0 0.08
HSL 244.47º 0.7% 0.74% -
HSV(B) 244.47º 0.4% 0.92% -
XYZ 36.73 31.34 82.71 -
YUV 153.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 148 141 235 0.37 0.4 0 0.08 244.47 0.7 0.74
Hex 94 8D EB 25 28 0 8 F4 46 4A
Octal 224 215 353 45 50 0 10 364 106 112
Binary 10010100 10001101 11101011 100101 101000 0 1000 11110100 1000110 1001010

Color Harmonies of #948DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DEB

Black with #948DEB

Text Example


Text Example

White with #948DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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