Html Css Color HEX #959DE9 Portage

📋 copy color: '#959DE9'

red 149 ◦ green 157 ◦ blue 233

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

Shades of Portage #959DE9

Tints of Portage #959DE9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.13%

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 27.64%
G = 29.13%
B = 43.23%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#959DE9 (or 0x959DE9) is known color: Portage. HEX triplet: 95, 9D and E9. RGB value is (149,157,233). Sum of RGB (Red+Green+Blue) = 149+157+233=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #959DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959DE9 is #6A6216. Grayscale: #A2A2A2. Windows color (decimal): -6971927 or 15310229. OLE color: 15310229.

HSL color Cylindrical-coordinate representation of color #959DE9: hue angle of 234.29º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #959DE9 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 157 233 -
CMYK 0.36 0.33 0 0.09
HSL 234.29º 0.66% 0.75% -
HSV(B) 234.29º 0.36% 0.91% -
XYZ 39.16 36.39 82.05 -
YUV 163.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 149 157 233 0.36 0.33 0 0.09 234.29 0.66 0.75
Hex 95 9D E9 24 21 0 9 EA 42 4B
Octal 225 235 351 44 41 0 11 352 102 113
Binary 10010101 10011101 11101001 100100 100001 0 1001 11101010 1000010 1001011

Color Harmonies of #959DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DE9

Black with #959DE9

Text Example


Text Example

White with #959DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,233); }

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

background-color css

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

 a { background-color: rgb(149,157,233); }

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

border-color css

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

 span { border-color: rgb(149,157,233); }

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