Html Css Color HEX #948DF0 Portage

📋 copy color: '#948DF0'

red 148 ◦ green 141 ◦ blue 240

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

Shades of Portage #948DF0

Tints of Portage #948DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 27.98%
G = 26.65%
B = 45.37%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#948DF0 (or 0x948DF0) is known color: Portage. HEX triplet: 94, 8D and F0. RGB value is (148,141,240). Sum of RGB (Red+Green+Blue) = 148+141+240=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #948DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #948DF0 is #6B720F. Grayscale: #999999. Windows color (decimal): -7041552 or 15764884. OLE color: 15764884.

HSL color Cylindrical-coordinate representation of color #948DF0: hue angle of 244.24º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948DF0 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 141 240 -
CMYK 0.38 0.41 0 0.06
HSL 244.24º 0.77% 0.75% -
HSV(B) 244.24º 0.41% 0.94% -
XYZ 37.47 31.64 86.57 -
YUV 154.38 176.32 123.45 -
System Red Green Blue C M Y K H S L
Decimal 148 141 240 0.38 0.41 0 0.06 244.24 0.77 0.75
Hex 94 8D F0 26 29 0 6 F4 4D 4B
Octal 224 215 360 46 51 0 6 364 115 113
Binary 10010100 10001101 11110000 100110 101001 0 110 11110100 1001101 1001011

Color Harmonies of #948DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948DF0

Black with #948DF0

Text Example


Text Example

White with #948DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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