Html Css Color HEX #959FFB Portage

📋 copy color: '#959FFB'

red 149 ◦ green 159 ◦ blue 251

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

Shades of Portage #959FFB

Tints of Portage #959FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 26.65%
G = 28.44%
B = 44.9%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#959FFB (or 0x959FFB) is known color: Portage. HEX triplet: 95, 9F and FB. RGB value is (149,159,251). Sum of RGB (Red+Green+Blue) = 149+159+251=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #959FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FFB is #6A6004. Grayscale: #A6A6A6. Windows color (decimal): -6971397 or 16490389. OLE color: 16490389.

HSL color Cylindrical-coordinate representation of color #959FFB: hue angle of 234.12º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959FFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 159 251 -
CMYK 0.41 0.37 0 0.02
HSL 234.12º 0.93% 0.78% -
HSV(B) 234.12º 0.41% 0.98% -
XYZ 42.21 38.15 96.41 -
YUV 166.5 175.69 115.52 -
System Red Green Blue C M Y K H S L
Decimal 149 159 251 0.41 0.37 0 0.02 234.12 0.93 0.78
Hex 95 9F FB 29 25 0 2 EA 5D 4E
Octal 225 237 373 51 45 0 2 352 135 116
Binary 10010101 10011111 11111011 101001 100101 0 10 11101010 1011101 1001110

Color Harmonies of #959FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FFB

Black with #959FFB

Text Example


Text Example

White with #959FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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