Html Css Color HEX #959DD8 Portage

📋 copy color: '#959DD8'

red 149 ◦ green 157 ◦ blue 216

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

Shades of Portage #959DD8

Tints of Portage #959DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.38%

R = 28.54%
G = 30.08%
B = 41.38%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959DD8 (or 0x959DD8) is known color: Portage. HEX triplet: 95, 9D and D8. RGB value is (149,157,216). Sum of RGB (Red+Green+Blue) = 149+157+216=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #959DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DD8 is #6A6227. Grayscale: #A1A1A1. Windows color (decimal): -6971944 or 14196117. OLE color: 14196117.

HSL color Cylindrical-coordinate representation of color #959DD8: hue angle of 232.84º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #959DD8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 157 216 -
CMYK 0.31 0.27 0 0.15
HSL 232.84º 0.46% 0.72% -
HSV(B) 232.84º 0.31% 0.85% -
XYZ 36.85 35.46 69.87 -
YUV 161.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 149 157 216 0.31 0.27 0 0.15 232.84 0.46 0.72
Hex 95 9D D8 1F 1B 0 F E9 2E 48
Octal 225 235 330 37 33 0 17 351 56 110
Binary 10010101 10011101 11011000 11111 11011 0 1111 11101001 101110 1001000

Color Harmonies of #959DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DD8

Black with #959DD8

Text Example


Text Example

White with #959DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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