Html Css Color HEX #959BFF Portage

📋 copy color: '#959BFF'

red 149 ◦ green 155 ◦ blue 255

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

Shades of Portage #959BFF

Tints of Portage #959BFF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.73%

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

R = 26.65%
G = 27.73%
B = 45.62%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#959BFF (or 0x959BFF) is known color: Portage. HEX triplet: 95, 9B and FF. RGB value is (149,155,255). Sum of RGB (Red+Green+Blue) = 149+155+255=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #959BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959BFF is #6A6400. Grayscale: #A4A4A4. Windows color (decimal): -6972417 or 16751509. OLE color: 16751509.

HSL color Cylindrical-coordinate representation of color #959BFF: hue angle of 236.6º 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 #959BFF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 155 255 -
CMYK 0.42 0.39 0 0
HSL 236.6º 1% 0.79% -
HSV(B) 236.6º 0.42% 1% -
XYZ 42.17 37.05 99.54 -
YUV 164.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 149 155 255 0.42 0.39 0 0 236.6 1 0.79
Hex 95 9B FF 2A 27 0 0 ED 64 4F
Octal 225 233 377 52 47 0 0 355 144 117
Binary 10010101 10011011 11111111 101010 100111 0 0 11101101 1100100 1001111

Color Harmonies of #959BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BFF

Black with #959BFF

Text Example


Text Example

White with #959BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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