Html Css Color HEX #959CEB Portage

📋 copy color: '#959CEB'

red 149 ◦ green 156 ◦ blue 235

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

Shades of Portage #959CEB

Tints of Portage #959CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.52%

R = 27.59%
G = 28.89%
B = 43.52%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#959CEB (or 0x959CEB) is known color: Portage. HEX triplet: 95, 9C and EB. RGB value is (149,156,235). Sum of RGB (Red+Green+Blue) = 149+156+235=540 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.59% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #959CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CEB is #6A6314. Grayscale: #A2A2A2. Windows color (decimal): -6972181 or 15441045. OLE color: 15441045.

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

Color convert

RGB 149 156 235 -
CMYK 0.37 0.34 0 0.08
HSL 235.12º 0.68% 0.75% -
HSV(B) 235.12º 0.37% 0.92% -
XYZ 39.28 36.16 83.51 -
YUV 162.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 149 156 235 0.37 0.34 0 0.08 235.12 0.68 0.75
Hex 95 9C EB 25 22 0 8 EB 44 4B
Octal 225 234 353 45 42 0 10 353 104 113
Binary 10010101 10011100 11101011 100101 100010 0 1000 11101011 1000100 1001011

Color Harmonies of #959CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CEB

Black with #959CEB

Text Example


Text Example

White with #959CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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