Html Css Color HEX #948FEB Portage

📋 copy color: '#948FEB'

red 148 ◦ green 143 ◦ blue 235

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

Shades of Portage #948FEB

Tints of Portage #948FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

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

R = 28.14%
G = 27.19%
B = 44.68%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#948FEB (or 0x948FEB) is known color: Portage. HEX triplet: 94, 8F and EB. RGB value is (148,143,235). Sum of RGB (Red+Green+Blue) = 148+143+235=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #948FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948FEB is #6B7014. Grayscale: #9A9A9A. Windows color (decimal): -7041045 or 15437716. OLE color: 15437716.

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

Color convert

RGB 148 143 235 -
CMYK 0.37 0.39 0 0.08
HSL 243.26º 0.7% 0.74% -
HSV(B) 243.26º 0.39% 0.92% -
XYZ 37.03 31.94 82.81 -
YUV 154.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 148 143 235 0.37 0.39 0 0.08 243.26 0.7 0.74
Hex 94 8F EB 25 27 0 8 F3 46 4A
Octal 224 217 353 45 47 0 10 363 106 112
Binary 10010100 10001111 11101011 100101 100111 0 1000 11110011 1000110 1001010

Color Harmonies of #948FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948FEB

Black with #948FEB

Text Example


Text Example

White with #948FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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