Html Css Color HEX #949AF3 Portage

📋 copy color: '#949AF3'

red 148 ◦ green 154 ◦ blue 243

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

Shades of Portage #949AF3

Tints of Portage #949AF3

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.26%

 BLUE value IS 243 (95.31% from 255) = 44.59%

R = 27.16%
G = 28.26%
B = 44.59%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#949AF3 (or 0x949AF3) is known color: Portage. HEX triplet: 94, 9A and F3. RGB value is (148,154,243). Sum of RGB (Red+Green+Blue) = 148+154+243=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #949AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949AF3 is #6B650C. Grayscale: #A1A1A1. Windows color (decimal): -7038221 or 15964820. OLE color: 15964820.

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

Color convert

RGB 148 154 243 -
CMYK 0.39 0.37 0 0.05
HSL 236.21º 0.8% 0.77% -
HSV(B) 236.21º 0.39% 0.95% -
XYZ 39.95 35.88 89.61 -
YUV 162.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 148 154 243 0.39 0.37 0 0.05 236.21 0.8 0.77
Hex 94 9A F3 27 25 0 5 EC 50 4D
Octal 224 232 363 47 45 0 5 354 120 115
Binary 10010100 10011010 11110011 100111 100101 0 101 11101100 1010000 1001101

Color Harmonies of #949AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949AF3

Black with #949AF3

Text Example


Text Example

White with #949AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,243); }

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

background-color css

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

 a { background-color: rgb(148,154,243); }

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

border-color css

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

 span { border-color: rgb(148,154,243); }

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