Html Css Color HEX #959AF7 Portage

📋 copy color: '#959AF7'

red 149 ◦ green 154 ◦ blue 247

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

Shades of Portage #959AF7

Tints of Portage #959AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 27.09%
G = 28%
B = 44.91%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#959AF7 (or 0x959AF7) is known color: Portage. HEX triplet: 95, 9A and F7. RGB value is (149,154,247). Sum of RGB (Red+Green+Blue) = 149+154+247=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #959AF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959AF7 is #6A6508. Grayscale: #A2A2A2. Windows color (decimal): -6972681 or 16226965. OLE color: 16226965.

HSL color Cylindrical-coordinate representation of color #959AF7: hue angle of 236.94º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959AF7 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 154 247 -
CMYK 0.40 0.38 0 0.03
HSL 236.94º 0.86% 0.78% -
HSV(B) 236.94º 0.4% 0.97% -
XYZ 40.74 36.22 92.84 -
YUV 163.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 149 154 247 0.40 0.38 0 0.03 236.94 0.86 0.78
Hex 95 9A F7 28 26 0 3 ED 56 4E
Octal 225 232 367 50 46 0 3 355 126 116
Binary 10010101 10011010 11110111 101000 100110 0 11 11101101 1010110 1001110

Color Harmonies of #959AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AF7

Black with #959AF7

Text Example


Text Example

White with #959AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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