Html Css Color HEX #959DF9 Portage

📋 copy color: '#959DF9'

red 149 ◦ green 157 ◦ blue 249

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

Shades of Portage #959DF9

Tints of Portage #959DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.86%

R = 26.85%
G = 28.29%
B = 44.86%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#959DF9 (or 0x959DF9) is known color: Portage. HEX triplet: 95, 9D and F9. RGB value is (149,157,249). Sum of RGB (Red+Green+Blue) = 149+157+249=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #959DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DF9 is #6A6206. Grayscale: #A4A4A4. Windows color (decimal): -6971911 or 16358805. OLE color: 16358805.

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

Color convert

RGB 149 157 249 -
CMYK 0.40 0.37 0 0.02
HSL 235.2º 0.89% 0.78% -
HSV(B) 235.2º 0.4% 0.98% -
XYZ 41.55 37.34 94.64 -
YUV 165.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 149 157 249 0.40 0.37 0 0.02 235.2 0.89 0.78
Hex 95 9D F9 28 25 0 2 EB 59 4E
Octal 225 235 371 50 45 0 2 353 131 116
Binary 10010101 10011101 11111001 101000 100101 0 10 11101011 1011001 1001110

Color Harmonies of #959DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DF9

Black with #959DF9

Text Example


Text Example

White with #959DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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