Html Css Color HEX #959FE7 Portage

📋 copy color: '#959FE7'

red 149 ◦ green 159 ◦ blue 231

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

Shades of Portage #959FE7

Tints of Portage #959FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.86%

R = 27.64%
G = 29.5%
B = 42.86%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959FE7 (or 0x959FE7) is known color: Portage. HEX triplet: 95, 9F and E7. RGB value is (149,159,231). Sum of RGB (Red+Green+Blue) = 149+159+231=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #959FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FE7 is #6A6018. Grayscale: #A3A3A3. Windows color (decimal): -6971417 or 15179669. OLE color: 15179669.

HSL color Cylindrical-coordinate representation of color #959FE7: hue angle of 232.68º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959FE7 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 159 231 -
CMYK 0.35 0.31 0 0.09
HSL 232.68º 0.63% 0.75% -
HSV(B) 232.68º 0.35% 0.91% -
XYZ 39.22 36.96 80.67 -
YUV 164.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 149 159 231 0.35 0.31 0 0.09 232.68 0.63 0.75
Hex 95 9F E7 23 1F 0 9 E9 3F 4B
Octal 225 237 347 43 37 0 11 351 77 113
Binary 10010101 10011111 11100111 100011 11111 0 1001 11101001 111111 1001011

Color Harmonies of #959FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FE7

Black with #959FE7

Text Example


Text Example

White with #959FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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