Html Css Color HEX #959CF7 Portage

📋 copy color: '#959CF7'

red 149 ◦ green 156 ◦ blue 247

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

Shades of Portage #959CF7

Tints of Portage #959CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.75%

R = 26.99%
G = 28.26%
B = 44.75%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#959CF7 (or 0x959CF7) is known color: Portage. HEX triplet: 95, 9C and F7. RGB value is (149,156,247). Sum of RGB (Red+Green+Blue) = 149+156+247=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 247 (96.88% from 255 or 44.75% from 552); Max value from RGB is 247 - color contains mainly: blue. Hex color #959CF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #959CF7 is #6A6308. Grayscale: #A3A3A3. Windows color (decimal): -6972169 or 16227477. OLE color: 16227477.

HSL color Cylindrical-coordinate representation of color #959CF7: hue angle of 235.71º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #959CF7 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 156 247 -
CMYK 0.40 0.37 0 0.03
HSL 235.71º 0.86% 0.78% -
HSV(B) 235.71º 0.4% 0.97% -
XYZ 41.07 36.88 92.95 -
YUV 164.28 174.68 117.1 -
System Red Green Blue C M Y K H S L
Decimal 149 156 247 0.40 0.37 0 0.03 235.71 0.86 0.78
Hex 95 9C F7 28 25 0 3 EC 56 4E
Octal 225 234 367 50 45 0 3 354 126 116
Binary 10010101 10011100 11110111 101000 100101 0 11 11101100 1010110 1001110

Color Harmonies of #959CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CF7

Black with #959CF7

Text Example


Text Example

White with #959CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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