Html Css Color HEX #959AE4 Portage

📋 copy color: '#959AE4'

red 149 ◦ green 154 ◦ blue 228

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

Shades of Portage #959AE4

Tints of Portage #959AE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 28.06%
G = 29%
B = 42.94%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#959AE4 (or 0x959AE4) is known color: Portage. HEX triplet: 95, 9A and E4. RGB value is (149,154,228). Sum of RGB (Red+Green+Blue) = 149+154+228=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #959AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959AE4 is #6A651B. Grayscale: #A0A0A0. Windows color (decimal): -6972700 or 14981781. OLE color: 14981781.

HSL color Cylindrical-coordinate representation of color #959AE4: hue angle of 236.2º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959AE4 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 149 154 228 -
CMYK 0.35 0.32 0 0.11
HSL 236.2º 0.59% 0.74% -
HSV(B) 236.2º 0.35% 0.89% -
XYZ 37.95 35.1 78.17 -
YUV 160.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 149 154 228 0.35 0.32 0 0.11 236.2 0.59 0.74
Hex 95 9A E4 23 20 0 B EC 3B 4A
Octal 225 232 344 43 40 0 13 354 73 112
Binary 10010101 10011010 11100100 100011 100000 0 1011 11101100 111011 1001010

Color Harmonies of #959AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959AE4

Black with #959AE4

Text Example


Text Example

White with #959AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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