Html Css Color HEX #959EFF Portage

📋 copy color: '#959EFF'

red 149 ◦ green 158 ◦ blue 255

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

Shades of Portage #959EFF

Tints of Portage #959EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 26.51%
G = 28.11%
B = 45.37%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#959EFF (or 0x959EFF) is known color: Portage. HEX triplet: 95, 9E and FF. RGB value is (149,158,255). Sum of RGB (Red+Green+Blue) = 149+158+255=562 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.51% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #959EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EFF is #6A6100. Grayscale: #A5A5A5. Windows color (decimal): -6971649 or 16752277. OLE color: 16752277.

HSL color Cylindrical-coordinate representation of color #959EFF: hue angle of 234.91º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959EFF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 158 255 -
CMYK 0.42 0.38 0 0
HSL 234.91º 1% 0.79% -
HSV(B) 234.91º 0.42% 1% -
XYZ 42.67 38.06 99.71 -
YUV 166.37 178.02 115.61 -
System Red Green Blue C M Y K H S L
Decimal 149 158 255 0.42 0.38 0 0 234.91 1 0.79
Hex 95 9E FF 2A 26 0 0 EB 64 4F
Octal 225 236 377 52 46 0 0 353 144 117
Binary 10010101 10011110 11111111 101010 100110 0 0 11101011 1100100 1001111

Color Harmonies of #959EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EFF

Black with #959EFF

Text Example


Text Example

White with #959EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959EFF; }

 p { color: rgb(149,158,255); }

 H1.HeaderClassName
 {
   color: #959EFF;
 }
 .AnyTagClassName
 {
   color: #959EFF;
 }
</style>

background-color css

<style>
 a { background-color: #959EFF; }

 a { background-color: rgb(149,158,255); }

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

border-color css

<style>
 span { border-color: #959EFF; }

 span { border-color: rgb(149,158,255); }

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