Html Css Color HEX #949CF6 Portage

📋 copy color: '#949CF6'

red 148 ◦ green 156 ◦ blue 246

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

Shades of Portage #949CF6

Tints of Portage #949CF6

RGB

 RED value IS 148 (58.2% from 255) = 26.91%

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

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 26.91%
G = 28.36%
B = 44.73%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#949CF6 (or 0x949CF6) is known color: Portage. HEX triplet: 94, 9C and F6. RGB value is (148,156,246). Sum of RGB (Red+Green+Blue) = 148+156+246=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #949CF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CF6 is #6B6309. Grayscale: #A3A3A3. Windows color (decimal): -7037706 or 16161940. OLE color: 16161940.

HSL color Cylindrical-coordinate representation of color #949CF6: hue angle of 235.1º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949CF6 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 156 246 -
CMYK 0.40 0.37 0 0.04
HSL 235.1º 0.84% 0.77% -
HSV(B) 235.1º 0.4% 0.96% -
XYZ 40.74 36.73 92.13 -
YUV 163.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 148 156 246 0.40 0.37 0 0.04 235.1 0.84 0.77
Hex 94 9C F6 28 25 0 4 EB 54 4D
Octal 224 234 366 50 45 0 4 353 124 115
Binary 10010100 10011100 11110110 101000 100101 0 100 11101011 1010100 1001101

Color Harmonies of #949CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CF6

Black with #949CF6

Text Example


Text Example

White with #949CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949CF6; }

 p { color: rgb(148,156,246); }

 H1.HeaderClassName
 {
   color: #949CF6;
 }
 .AnyTagClassName
 {
   color: #949CF6;
 }
</style>

background-color css

<style>
 a { background-color: #949CF6; }

 a { background-color: rgb(148,156,246); }

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

border-color css

<style>
 span { border-color: #949CF6; }

 span { border-color: rgb(148,156,246); }

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