Html Css Color HEX #948BED Portage

📋 copy color: '#948BED'

red 148 ◦ green 139 ◦ blue 237

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

Shades of Portage #948BED

Tints of Portage #948BED

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

 BLUE value IS 237 (92.97% from 255) = 45.23%

R = 28.24%
G = 26.53%
B = 45.23%

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

#948BED (or 0x948BED) is known color: Portage. HEX triplet: 94, 8B and ED. RGB value is (148,139,237). Sum of RGB (Red+Green+Blue) = 148+139+237=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #948BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948BED is #6B7412. Grayscale: #989898. Windows color (decimal): -7042067 or 15567764. OLE color: 15567764.

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

Color convert

RGB 148 139 237 -
CMYK 0.38 0.41 0 0.07
HSL 245.51º 0.73% 0.74% -
HSV(B) 245.51º 0.41% 0.93% -
XYZ 36.73 30.88 84.14 -
YUV 152.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 148 139 237 0.38 0.41 0 0.07 245.51 0.73 0.74
Hex 94 8B ED 26 29 0 7 F6 49 4A
Octal 224 213 355 46 51 0 7 366 111 112
Binary 10010100 10001011 11101101 100110 101001 0 111 11110110 1001001 1001010

Color Harmonies of #948BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948BED

Black with #948BED

Text Example


Text Example

White with #948BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,139,237); }

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

background-color css

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

 a { background-color: rgb(148,139,237); }

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

border-color css

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

 span { border-color: rgb(148,139,237); }

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