Html Css Color HEX #959EEB Portage

📋 copy color: '#959EEB'

red 149 ◦ green 158 ◦ blue 235

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

Shades of Portage #959EEB

Tints of Portage #959EEB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

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

R = 27.49%
G = 29.15%
B = 43.36%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#959EEB (or 0x959EEB) is known color: Portage. HEX triplet: 95, 9E and EB. RGB value is (149,158,235). Sum of RGB (Red+Green+Blue) = 149+158+235=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #959EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EEB is #6A6114. Grayscale: #A3A3A3. Windows color (decimal): -6971669 or 15441557. OLE color: 15441557.

HSL color Cylindrical-coordinate representation of color #959EEB: hue angle of 233.72º 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 #959EEB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 158 235 -
CMYK 0.37 0.33 0 0.08
HSL 233.72º 0.68% 0.75% -
HSV(B) 233.72º 0.37% 0.92% -
XYZ 39.62 36.84 83.62 -
YUV 164.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 149 158 235 0.37 0.33 0 0.08 233.72 0.68 0.75
Hex 95 9E EB 25 21 0 8 EA 44 4B
Octal 225 236 353 45 41 0 10 352 104 113
Binary 10010101 10011110 11101011 100101 100001 0 1000 11101010 1000100 1001011

Color Harmonies of #959EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EEB

Black with #959EEB

Text Example


Text Example

White with #959EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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