Html Css Color HEX #959CDA Portage

📋 copy color: '#959CDA'

red 149 ◦ green 156 ◦ blue 218

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

Shades of Portage #959CDA

Tints of Portage #959CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.83%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 28.49%
G = 29.83%
B = 41.68%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#959CDA (or 0x959CDA) is known color: Portage. HEX triplet: 95, 9C and DA. RGB value is (149,156,218). Sum of RGB (Red+Green+Blue) = 149+156+218=523 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.49% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #959CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CDA is #6A6325. Grayscale: #A0A0A0. Windows color (decimal): -6972198 or 14326933. OLE color: 14326933.

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

Color convert

RGB 149 156 218 -
CMYK 0.32 0.28 0 0.15
HSL 233.91º 0.48% 0.72% -
HSV(B) 233.91º 0.32% 0.85% -
XYZ 36.94 35.23 71.18 -
YUV 160.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 149 156 218 0.32 0.28 0 0.15 233.91 0.48 0.72
Hex 95 9C DA 20 1C 0 F EA 30 48
Octal 225 234 332 40 34 0 17 352 60 110
Binary 10010101 10011100 11011010 100000 11100 0 1111 11101010 110000 1001000

Color Harmonies of #959CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CDA

Black with #959CDA

Text Example


Text Example

White with #959CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,218); }

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

background-color css

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

 a { background-color: rgb(149,156,218); }

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

border-color css

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

 span { border-color: rgb(149,156,218); }

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