Html Css Color HEX #959AF9 Portage

📋 copy color: '#959AF9'

red 149 ◦ green 154 ◦ blue 249

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

Shades of Portage #959AF9

Tints of Portage #959AF9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.9%

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

R = 26.99%
G = 27.9%
B = 45.11%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#959AF9 (or 0x959AF9) is known color: Portage. HEX triplet: 95, 9A and F9. RGB value is (149,154,249). Sum of RGB (Red+Green+Blue) = 149+154+249=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 249 - color contains mainly: blue. Hex color #959AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AF9 is #6A6506. Grayscale: #A2A2A2. Windows color (decimal): -6972679 or 16358037. OLE color: 16358037.

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

Color convert

RGB 149 154 249 -
CMYK 0.40 0.38 0 0.02
HSL 237º 0.89% 0.78% -
HSV(B) 237º 0.4% 0.98% -
XYZ 41.05 36.34 94.47 -
YUV 163.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 149 154 249 0.40 0.38 0 0.02 237 0.89 0.78
Hex 95 9A F9 28 26 0 2 ED 59 4E
Octal 225 232 371 50 46 0 2 355 131 116
Binary 10010101 10011010 11111001 101000 100110 0 10 11101101 1011001 1001110

Color Harmonies of #959AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AF9

Black with #959AF9

Text Example


Text Example

White with #959AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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