Html Css Color HEX #959FFC Portage

📋 copy color: '#959FFC'

red 149 ◦ green 159 ◦ blue 252

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

Shades of Portage #959FFC

Tints of Portage #959FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 252 (98.83% from 255) = 45%

R = 26.61%
G = 28.39%
B = 45%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#959FFC (or 0x959FFC) is known color: Portage. HEX triplet: 95, 9F and FC. RGB value is (149,159,252). Sum of RGB (Red+Green+Blue) = 149+159+252=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #959FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FFC is #6A6003. Grayscale: #A6A6A6. Windows color (decimal): -6971396 or 16555925. OLE color: 16555925.

HSL color Cylindrical-coordinate representation of color #959FFC: hue angle of 234.17º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959FFC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 159 252 -
CMYK 0.41 0.37 0 0.01
HSL 234.17º 0.94% 0.79% -
HSV(B) 234.17º 0.41% 0.99% -
XYZ 42.36 38.21 97.24 -
YUV 166.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 149 159 252 0.41 0.37 0 0.01 234.17 0.94 0.79
Hex 95 9F FC 29 25 0 1 EA 5E 4F
Octal 225 237 374 51 45 0 1 352 136 117
Binary 10010101 10011111 11111100 101001 100101 0 1 11101010 1011110 1001111

Color Harmonies of #959FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FFC

Black with #959FFC

Text Example


Text Example

White with #959FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,252); }

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

background-color css

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

 a { background-color: rgb(149,159,252); }

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

border-color css

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

 span { border-color: rgb(149,159,252); }

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