Html Css Color HEX #958DF1 Portage

📋 copy color: '#958DF1'

red 149 ◦ green 141 ◦ blue 241

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

Shades of Portage #958DF1

Tints of Portage #958DF1

RGB

 RED value IS 149 (58.59% from 255) = 28.06%

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

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 28.06%
G = 26.55%
B = 45.39%

CMYK

 C value IS 0.38

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#958DF1 (or 0x958DF1) is known color: Portage. HEX triplet: 95, 8D and F1. RGB value is (149,141,241). Sum of RGB (Red+Green+Blue) = 149+141+241=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #958DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #958DF1 is #6A720E. Grayscale: #9A9A9A. Windows color (decimal): -6976015 or 15830421. OLE color: 15830421.

HSL color Cylindrical-coordinate representation of color #958DF1: hue angle of 244.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #958DF1 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 141 241 -
CMYK 0.38 0.41 0 0.05
HSL 244.8º 0.78% 0.75% -
HSV(B) 244.8º 0.41% 0.95% -
XYZ 37.8 31.79 87.36 -
YUV 154.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 149 141 241 0.38 0.41 0 0.05 244.8 0.78 0.75
Hex 95 8D F1 26 29 0 5 F5 4E 4B
Octal 225 215 361 46 51 0 5 365 116 113
Binary 10010101 10001101 11110001 100110 101001 0 101 11110101 1001110 1001011

Color Harmonies of #958DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DF1

Black with #958DF1

Text Example


Text Example

White with #958DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958DF1; }

 p { color: rgb(149,141,241); }

 H1.HeaderClassName
 {
   color: #958DF1;
 }
 .AnyTagClassName
 {
   color: #958DF1;
 }
</style>

background-color css

<style>
 a { background-color: #958DF1; }

 a { background-color: rgb(149,141,241); }

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

border-color css

<style>
 span { border-color: #958DF1; }

 span { border-color: rgb(149,141,241); }

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