Html Css Color HEX #959CEA Portage

📋 copy color: '#959CEA'

red 149 ◦ green 156 ◦ blue 234

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

Shades of Portage #959CEA

Tints of Portage #959CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 27.64%
G = 28.94%
B = 43.41%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#959CEA (or 0x959CEA) is known color: Portage. HEX triplet: 95, 9C and EA. RGB value is (149,156,234). Sum of RGB (Red+Green+Blue) = 149+156+234=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #959CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CEA is #6A6315. Grayscale: #A2A2A2. Windows color (decimal): -6972182 or 15375509. OLE color: 15375509.

HSL color Cylindrical-coordinate representation of color #959CEA: hue angle of 235.06º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959CEA is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 156 234 -
CMYK 0.36 0.33 0 0.08
HSL 235.06º 0.67% 0.75% -
HSV(B) 235.06º 0.36% 0.92% -
XYZ 39.13 36.11 82.75 -
YUV 162.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 149 156 234 0.36 0.33 0 0.08 235.06 0.67 0.75
Hex 95 9C EA 24 21 0 8 EB 43 4B
Octal 225 234 352 44 41 0 10 353 103 113
Binary 10010101 10011100 11101010 100100 100001 0 1000 11101011 1000011 1001011

Color Harmonies of #959CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CEA

Black with #959CEA

Text Example


Text Example

White with #959CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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