Html Css Color HEX #949FF1 Portage

📋 copy color: '#949FF1'

red 148 ◦ green 159 ◦ blue 241

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

Shades of Portage #949FF1

Tints of Portage #949FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.01%

 BLUE value IS 241 (94.53% from 255) = 43.98%

R = 27.01%
G = 29.01%
B = 43.98%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#949FF1 (or 0x949FF1) is known color: Portage. HEX triplet: 94, 9F and F1. RGB value is (148,159,241). Sum of RGB (Red+Green+Blue) = 148+159+241=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #949FF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949FF1 is #6B600E. Grayscale: #A4A4A4. Windows color (decimal): -7036943 or 15835028. OLE color: 15835028.

HSL color Cylindrical-coordinate representation of color #949FF1: hue angle of 232.9º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #949FF1 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 148 159 241 -
CMYK 0.39 0.34 0 0.05
HSL 232.9º 0.77% 0.76% -
HSV(B) 232.9º 0.39% 0.95% -
XYZ 40.49 37.44 88.31 -
YUV 165.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 148 159 241 0.39 0.34 0 0.05 232.9 0.77 0.76
Hex 94 9F F1 27 22 0 5 E9 4D 4C
Octal 224 237 361 47 42 0 5 351 115 114
Binary 10010100 10011111 11110001 100111 100010 0 101 11101001 1001101 1001100

Color Harmonies of #949FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FF1

Black with #949FF1

Text Example


Text Example

White with #949FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,241); }

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

background-color css

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

 a { background-color: rgb(148,159,241); }

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

border-color css

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

 span { border-color: rgb(148,159,241); }

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