Html Css Color HEX #959CE7 Portage

📋 copy color: '#959CE7'

red 149 ◦ green 156 ◦ blue 231

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

Shades of Portage #959CE7

Tints of Portage #959CE7

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.1%

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

R = 27.8%
G = 29.1%
B = 43.1%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959CE7 (or 0x959CE7) is known color: Portage. HEX triplet: 95, 9C and E7. RGB value is (149,156,231). Sum of RGB (Red+Green+Blue) = 149+156+231=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #959CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CE7 is #6A6318. Grayscale: #A2A2A2. Windows color (decimal): -6972185 or 15178901. OLE color: 15178901.

HSL color Cylindrical-coordinate representation of color #959CE7: hue angle of 234.88º 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 #959CE7 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 156 231 -
CMYK 0.35 0.32 0 0.09
HSL 234.88º 0.63% 0.75% -
HSV(B) 234.88º 0.35% 0.91% -
XYZ 38.71 35.94 80.5 -
YUV 162.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 149 156 231 0.35 0.32 0 0.09 234.88 0.63 0.75
Hex 95 9C E7 23 20 0 9 EB 3F 4B
Octal 225 234 347 43 40 0 11 353 77 113
Binary 10010101 10011100 11100111 100011 100000 0 1001 11101011 111111 1001011

Color Harmonies of #959CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CE7

Black with #959CE7

Text Example


Text Example

White with #959CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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