Html Css Color HEX #959FED Portage

📋 copy color: '#959FED'

red 149 ◦ green 159 ◦ blue 237

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

Shades of Portage #959FED

Tints of Portage #959FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

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

R = 27.34%
G = 29.17%
B = 43.49%

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

#959FED (or 0x959FED) is known color: Portage. HEX triplet: 95, 9F and ED. RGB value is (149,159,237). Sum of RGB (Red+Green+Blue) = 149+159+237=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #959FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959FED is #6A6012. Grayscale: #A4A4A4. Windows color (decimal): -6971411 or 15572885. OLE color: 15572885.

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

Color convert

RGB 149 159 237 -
CMYK 0.37 0.33 0 0.07
HSL 233.18º 0.71% 0.76% -
HSV(B) 233.18º 0.37% 0.93% -
XYZ 40.08 37.3 85.21 -
YUV 164.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 149 159 237 0.37 0.33 0 0.07 233.18 0.71 0.76
Hex 95 9F ED 25 21 0 7 E9 47 4C
Octal 225 237 355 45 41 0 7 351 107 114
Binary 10010101 10011111 11101101 100101 100001 0 111 11101001 1000111 1001100

Color Harmonies of #959FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FED

Black with #959FED

Text Example


Text Example

White with #959FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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