Html Css Color HEX #958FE5 Portage

📋 copy color: '#958FE5'

red 149 ◦ green 143 ◦ blue 229

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

Shades of Portage #958FE5

Tints of Portage #958FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.95%

R = 28.6%
G = 27.45%
B = 43.95%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#958FE5 (or 0x958FE5) is known color: Portage. HEX triplet: 95, 8F and E5. RGB value is (149,143,229). Sum of RGB (Red+Green+Blue) = 149+143+229=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #958FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FE5 is #6A701A. Grayscale: #9A9A9A. Windows color (decimal): -6975515 or 15044501. OLE color: 15044501.

HSL color Cylindrical-coordinate representation of color #958FE5: hue angle of 244.19º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958FE5 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 143 229 -
CMYK 0.35 0.38 0 0.10
HSL 244.19º 0.62% 0.73% -
HSV(B) 244.19º 0.38% 0.9% -
XYZ 36.36 31.69 78.33 -
YUV 154.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 149 143 229 0.35 0.38 0 0.10 244.19 0.62 0.73
Hex 95 8F E5 23 26 0 A F4 3E 49
Octal 225 217 345 43 46 0 12 364 76 111
Binary 10010101 10001111 11100101 100011 100110 0 1010 11110100 111110 1001001

Color Harmonies of #958FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FE5

Black with #958FE5

Text Example


Text Example

White with #958FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,229); }

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

background-color css

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

 a { background-color: rgb(149,143,229); }

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

border-color css

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

 span { border-color: rgb(149,143,229); }

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