Html Css Color HEX #948EEB Portage

📋 copy color: '#948EEB'

red 148 ◦ green 142 ◦ blue 235

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

Shades of Portage #948EEB

Tints of Portage #948EEB

RGB

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

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

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

R = 28.19%
G = 27.05%
B = 44.76%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#948EEB (or 0x948EEB) is known color: Portage. HEX triplet: 94, 8E and EB. RGB value is (148,142,235). Sum of RGB (Red+Green+Blue) = 148+142+235=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #948EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948EEB is #6B7114. Grayscale: #9A9A9A. Windows color (decimal): -7041301 or 15437460. OLE color: 15437460.

HSL color Cylindrical-coordinate representation of color #948EEB: hue angle of 243.87º 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 #948EEB is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 142 235 -
CMYK 0.37 0.40 0 0.08
HSL 243.87º 0.7% 0.74% -
HSV(B) 243.87º 0.4% 0.92% -
XYZ 36.88 31.64 82.76 -
YUV 154.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 148 142 235 0.37 0.40 0 0.08 243.87 0.7 0.74
Hex 94 8E EB 25 28 0 8 F4 46 4A
Octal 224 216 353 45 50 0 10 364 106 112
Binary 10010100 10001110 11101011 100101 101000 0 1000 11110100 1000110 1001010

Color Harmonies of #948EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948EEB

Black with #948EEB

Text Example


Text Example

White with #948EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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