Html Css Color HEX #959CFC Portage

📋 copy color: '#959CFC'

red 149 ◦ green 156 ◦ blue 252

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

Shades of Portage #959CFC

Tints of Portage #959CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.24%

R = 26.75%
G = 28.01%
B = 45.24%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#959CFC (or 0x959CFC) is known color: Portage. HEX triplet: 95, 9C and FC. RGB value is (149,156,252). Sum of RGB (Red+Green+Blue) = 149+156+252=557 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.75% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #959CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CFC is #6A6303. Grayscale: #A4A4A4. Windows color (decimal): -6972164 or 16555157. OLE color: 16555157.

HSL color Cylindrical-coordinate representation of color #959CFC: hue angle of 235.92º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #959CFC is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 156 252 -
CMYK 0.41 0.38 0 0.01
HSL 235.92º 0.94% 0.79% -
HSV(B) 235.92º 0.41% 0.99% -
XYZ 41.85 37.19 97.07 -
YUV 164.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 149 156 252 0.41 0.38 0 0.01 235.92 0.94 0.79
Hex 95 9C FC 29 26 0 1 EC 5E 4F
Octal 225 234 374 51 46 0 1 354 136 117
Binary 10010101 10011100 11111100 101001 100110 0 1 11101100 1011110 1001111

Color Harmonies of #959CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CFC

Black with #959CFC

Text Example


Text Example

White with #959CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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