Html Css Color HEX #959EED Portage

📋 copy color: '#959EED'

red 149 ◦ green 158 ◦ blue 237

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

Shades of Portage #959EED

Tints of Portage #959EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 27.39%
G = 29.04%
B = 43.57%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#959EED (or 0x959EED) is known color: Portage. HEX triplet: 95, 9E and ED. RGB value is (149,158,237). Sum of RGB (Red+Green+Blue) = 149+158+237=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #959EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959EED is #6A6112. Grayscale: #A3A3A3. Windows color (decimal): -6971667 or 15572629. OLE color: 15572629.

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

Color convert

RGB 149 158 237 -
CMYK 0.37 0.33 0 0.07
HSL 233.86º 0.71% 0.76% -
HSV(B) 233.86º 0.37% 0.93% -
XYZ 39.91 36.96 85.15 -
YUV 164.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 149 158 237 0.37 0.33 0 0.07 233.86 0.71 0.76
Hex 95 9E ED 25 21 0 7 EA 47 4C
Octal 225 236 355 45 41 0 7 352 107 114
Binary 10010101 10011110 11101101 100101 100001 0 111 11101010 1000111 1001100

Color Harmonies of #959EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EED

Black with #959EED

Text Example


Text Example

White with #959EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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