Html Css Color HEX #959DFB Portage

📋 copy color: '#959DFB'

red 149 ◦ green 157 ◦ blue 251

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

Shades of Portage #959DFB

Tints of Portage #959DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.19%

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

R = 26.75%
G = 28.19%
B = 45.06%

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

#959DFB (or 0x959DFB) is known color: Portage. HEX triplet: 95, 9D and FB. RGB value is (149,157,251). Sum of RGB (Red+Green+Blue) = 149+157+251=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #959DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DFB is #6A6204. Grayscale: #A4A4A4. Windows color (decimal): -6971909 or 16489877. OLE color: 16489877.

HSL color Cylindrical-coordinate representation of color #959DFB: hue angle of 235.29º 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 #959DFB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 157 251 -
CMYK 0.41 0.37 0 0.02
HSL 235.29º 0.93% 0.78% -
HSV(B) 235.29º 0.41% 0.98% -
XYZ 41.86 37.47 96.29 -
YUV 165.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 149 157 251 0.41 0.37 0 0.02 235.29 0.93 0.78
Hex 95 9D FB 29 25 0 2 EB 5D 4E
Octal 225 235 373 51 45 0 2 353 135 116
Binary 10010101 10011101 11111011 101001 100101 0 10 11101011 1011101 1001110

Color Harmonies of #959DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DFB

Black with #959DFB

Text Example


Text Example

White with #959DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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