Html Css Color HEX #959CEE Portage

📋 copy color: '#959CEE'

red 149 ◦ green 156 ◦ blue 238

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

Shades of Portage #959CEE

Tints of Portage #959CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 27.44%
G = 28.73%
B = 43.83%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959CEE (or 0x959CEE) is known color: Portage. HEX triplet: 95, 9C and EE. RGB value is (149,156,238). Sum of RGB (Red+Green+Blue) = 149+156+238=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #959CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CEE is #6A6311. Grayscale: #A2A2A2. Windows color (decimal): -6972178 or 15637653. OLE color: 15637653.

HSL color Cylindrical-coordinate representation of color #959CEE: hue angle of 235.28º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #959CEE is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 156 238 -
CMYK 0.37 0.34 0 0.07
HSL 235.28º 0.72% 0.76% -
HSV(B) 235.28º 0.37% 0.93% -
XYZ 39.72 36.34 85.81 -
YUV 163.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 149 156 238 0.37 0.34 0 0.07 235.28 0.72 0.76
Hex 95 9C EE 25 22 0 7 EB 48 4C
Octal 225 234 356 45 42 0 7 353 110 114
Binary 10010101 10011100 11101110 100101 100010 0 111 11101011 1001000 1001100

Color Harmonies of #959CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CEE

Black with #959CEE

Text Example


Text Example

White with #959CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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