Html Css Color HEX #959CFF Portage

📋 copy color: '#959CFF'

red 149 ◦ green 156 ◦ blue 255

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

Shades of Portage #959CFF

Tints of Portage #959CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.54%

R = 26.61%
G = 27.86%
B = 45.54%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#959CFF (or 0x959CFF) is known color: Portage. HEX triplet: 95, 9C and FF. RGB value is (149,156,255). Sum of RGB (Red+Green+Blue) = 149+156+255=560 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.61% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #959CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CFF is #6A6300. Grayscale: #A4A4A4. Windows color (decimal): -6972161 or 16751765. OLE color: 16751765.

HSL color Cylindrical-coordinate representation of color #959CFF: hue angle of 236.04º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #959CFF is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 156 255 -
CMYK 0.42 0.39 0 0
HSL 236.04º 1% 0.79% -
HSV(B) 236.04º 0.42% 1% -
XYZ 42.33 37.39 99.59 -
YUV 165.19 178.68 116.45 -
System Red Green Blue C M Y K H S L
Decimal 149 156 255 0.42 0.39 0 0 236.04 1 0.79
Hex 95 9C FF 2A 27 0 0 EC 64 4F
Octal 225 234 377 52 47 0 0 354 144 117
Binary 10010101 10011100 11111111 101010 100111 0 0 11101100 1100100 1001111

Color Harmonies of #959CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CFF

Black with #959CFF

Text Example


Text Example

White with #959CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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